From 5cd4c434ea682998fb5c00b37c6005a7a3732e7e Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Sun, 2 Jun 1996 16:47:24 +0000 Subject: removed an unused variable --- sys/nfs/nfs_vfsops.c | 3 +-- 1 file changed, 1 insertion(+), 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); -- cgit v1.2.3