X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..4d15aeb193b2c68f1d38666c317f8d3734f5f083:/bsd/kern/subr_prof.c?ds=sidebyside diff --git a/bsd/kern/subr_prof.c b/bsd/kern/subr_prof.c index 4d07853d9..80b6edc27 100644 --- a/bsd/kern/subr_prof.c +++ b/bsd/kern/subr_prof.c @@ -343,30 +343,6 @@ overflow: #define PROFILE_UNLOCK(x) -int -profil(struct proc *p, struct profil_args *uap, int32_t *retval) -{ - void *tmp; - - tmp = p; - tmp = uap; - tmp = retval; - - return EINVAL; -} - -int -add_profil(struct proc *p, struct add_profil_args *uap, int32_t *retval) -{ - void *tmp; - - tmp = p; - tmp = uap; - tmp = retval; - - return EINVAL; -} - /* * Scale is a fixed-point number with the binary point 16 bits * into the value, and is <= 1.0. pc is at most 32 bits, so the