summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-09-25 11:57:26 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-09-25 11:57:26 +0000
commit5a453524c15a1ef5431b078d25955adc4a66c0fa (patch)
tree02ccf9c530f0820cbfa03814b1e4e468c3f83ed6
parent1b7bbfddd1ee91dd1def8c9c366b9c66ee5641ac (diff)
Drop unused variable
-rw-r--r--sys/nfs/nfs_subs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c
index 379a2332de8..4707aad1e0c 100644
--- a/sys/nfs/nfs_subs.c
+++ b/sys/nfs/nfs_subs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_subs.c,v 1.11 1996/09/21 11:06:19 deraadt Exp $ */
+/* $OpenBSD: nfs_subs.c,v 1.12 1996/09/25 11:57:25 niklas Exp $ */
/* $NetBSD: nfs_subs.c,v 1.27.4.3 1996/07/08 20:34:24 jtc Exp $ */
/*
@@ -1074,8 +1074,6 @@ nfsm_strtmbuf(mb, bpos, cp, siz)
void
nfs_init()
{
- register int i;
-
#if !defined(alpha) && defined(DIAGNOSTIC)
/*
* Check to see if major data structures haven't bloated.