summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-27 20:57:57 +0000
committerimp <imp@FreeBSD.org>2002-02-27 20:57:57 +0000
commit4edacd7b0fe58b55faec4c5318b8ca27927a9d49 (patch)
tree1c4f38a0ec4a1b42a0da6a025363515c648b4000 /sys
parentd6f6c63d781a70a9789515c00da5e811ba4cd5d0 (diff)
downloadFreeBSD-src-4edacd7b0fe58b55faec4c5318b8ca27927a9d49.zip
FreeBSD-src-4edacd7b0fe58b55faec4c5318b8ca27927a9d49.tar.gz
Remove now unused struct proc *p.
Approved by: jhb
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index 6905adf..72ae18e 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -834,7 +834,6 @@ int
exec_check_permissions(imgp)
struct image_params *imgp;
{
- struct proc *p = imgp->proc;
struct vnode *vp = imgp->vp;
struct vattr *attr = imgp->attr;
struct thread *td;
OpenPOWER on IntegriCloud