diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-02 16:47:24 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-02 16:47:24 +0000 |
commit | 5cd4c434ea682998fb5c00b37c6005a7a3732e7e (patch) | |
tree | 80e33d7ff901253e40e6ea9b57f47b17c75d10a8 | |
parent | eec461f5f7fd9874e7f2722fa82a43c8a074067b (diff) |
removed an unused variable
-rw-r--r-- | sys/nfs/nfs_vfsops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 6ca197865b9..5c7714346da 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_vfsops.c,v 1.11 1996/06/01 04:43:59 mickey Exp $ */ +/* $OpenBSD: nfs_vfsops.c,v 1.12 1996/06/02 16:47:23 niklas Exp $ */ /* $NetBSD: nfs_vfsops.c,v 1.46.4.1 1996/05/25 22:40:35 fvdl Exp $ */ /* @@ -813,7 +813,6 @@ nfs_root(mp, vpp) struct nfsmount *nmp; struct nfsnode *np; int error; - struct vattr attrs; nmp = VFSTONFS(mp); error = nfs_nget(mp, (nfsfh_t *)nmp->nm_fh, nmp->nm_fhsize, &np); |