]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/subr_prof.c
xnu-2422.110.17.tar.gz
[apple/xnu.git] / bsd / kern / subr_prof.c
index 4d07853d9e9b2e54083ca04ebaa001884075bac3..80b6edc2708dcd242fb2f1a5b0f7d47a00b020eb 100644 (file)
@@ -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