summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_syscalls.c')
-rw-r--r--sys/kern/vfs_syscalls.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index b8ad69e..1a5e401 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -991,8 +991,6 @@ chroot_refuse_vdir_fds(fdp)
{
struct vnode *vp;
struct file *fp;
- struct thread *td = curthread;
- int error;
int fd;
FILEDESC_LOCK(fdp);
OpenPOWER on IntegriCloud