diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-06-11 00:44:54 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-06-11 00:44:54 +0000 |
commit | 6e69788dd80d960e0ba8ca5ca610199d22225993 (patch) | |
tree | e74a3641b4b4c000483a903a7b06e211dd1b114a /sys/nfs | |
parent | fef859eee326dedf9e386e85153da157778ae331 (diff) |
remove an unused variable
Diffstat (limited to 'sys/nfs')
-rw-r--r-- | sys/nfs/nfs_syscalls.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index 007933590d7..27a6c7b5be9 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_syscalls.c,v 1.60 2008/06/10 20:14:37 beck Exp $ */ +/* $OpenBSD: nfs_syscalls.c,v 1.61 2008/06/11 00:44:53 thib Exp $ */ /* $NetBSD: nfs_syscalls.c,v 1.19 1996/02/18 11:53:52 fvdl Exp $ */ /* @@ -84,7 +84,6 @@ extern int nfsrtton; extern struct nfsstats nfsstats; extern int nfsrvw_procrastinate; struct nfssvc_sock *nfs_udpsock; -int nuidhash_max = NFS_MAXUIDHASH; int nfsd_waiting = 0; #ifdef NFSSERVER static int nfs_numnfsd = 0; |