summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/union
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-02-10 08:04:31 +0000
committerkato <kato@FreeBSD.org>1998-02-10 08:04:31 +0000
commitb83f83460c57881e163ace823b992a22fa462c80 (patch)
treeb81b650e42c8fe16d6f03d29873ea29de0aaaf84 /sys/miscfs/union
parentc1a8f97c8ee61b4937eb7c54e96443b1454bf888 (diff)
downloadFreeBSD-src-b83f83460c57881e163ace823b992a22fa462c80.zip
FreeBSD-src-b83f83460c57881e163ace823b992a22fa462c80.tar.gz
Deleted unused variable.
Diffstat (limited to 'sys/miscfs/union')
-rw-r--r--sys/miscfs/union/union_vfsops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/union/union_vfsops.c b/sys/miscfs/union/union_vfsops.c
index eeb1972..78dc7f4 100644
--- a/sys/miscfs/union/union_vfsops.c
+++ b/sys/miscfs/union/union_vfsops.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)union_vfsops.c 8.20 (Berkeley) 5/20/95
- * $Id: union_vfsops.c,v 1.24 1998/02/04 22:32:53 eivind Exp $
+ * $Id: union_vfsops.c,v 1.25 1998/02/06 12:13:44 eivind Exp $
*/
/*
@@ -96,7 +96,6 @@ union_mount(mp, path, data, ndp, p)
char *cp = 0;
int len;
u_int size;
- int islowerunlocked = 0;
#ifdef UNION_DIAGNOSTIC
printf("union_mount(mp = %x)\n", mp);
OpenPOWER on IntegriCloud