From 60d13c7a9dd18f720483338ebef03609492ca98c Mon Sep 17 00:00:00 2001 From: archie Date: Mon, 7 Dec 1998 21:58:50 +0000 Subject: The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static and local variables, goto labels, and functions declared but not defined. --- sys/nfs/nfs_bio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/nfs/nfs_bio.c') diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c index f68a82b..fb92542 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_bio.c 8.9 (Berkeley) 3/30/95 - * $Id: nfs_bio.c,v 1.62 1998/09/29 22:01:10 mckusick Exp $ + * $Id: nfs_bio.c,v 1.63 1998/11/09 07:00:14 peter Exp $ */ @@ -86,7 +86,6 @@ nfs_getpages(ap) int i, error, nextoff, size, toff, npages, count; struct uio uio; struct iovec iov; - vm_page_t m; vm_offset_t kva; struct buf *bp; struct vnode *vp; @@ -198,7 +197,6 @@ nfs_putpages(ap) { struct uio uio; struct iovec iov; - vm_page_t m; vm_offset_t kva; struct buf *bp; int iomode, must_commit, i, error, npages, count; -- cgit v1.1