diff options
Diffstat (limited to 'sys/kern/vfs_syscalls.c')
-rw-r--r-- | sys/kern/vfs_syscalls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index 3f87c71817af..20ed0dc8f39d 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -4199,7 +4199,6 @@ getvnode(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) return (0); } - /* * Get an (NFS) file handle. */ |