diff options
-rw-r--r-- | sys/kern/vfs_aio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 47a08b6..85896f2 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -791,7 +791,6 @@ aio_process(struct aiocblist *aiocbe) { struct ucred *td_savedcred; struct thread *td; - struct proc *mycp; struct aiocb *cb; struct file *fp; struct socket *so; |