From 4d268889365c1d9414bbca2f6c63d87db74ec37b Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 7 Nov 1997 08:53:44 +0000 Subject: Remove a bunch of variables which were unused both in GENERIC and LINT. Found by: -Wunused --- sys/kern/vfs_mount.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/kern/vfs_mount.c') diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index 0e65cab..6aac763 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vfs_conf.c 8.8 (Berkeley) 3/31/94 - * $Id: vfs_conf.c,v 1.15 1997/10/12 20:24:23 phk Exp $ + * $Id: vfs_conf.c,v 1.16 1997/10/16 07:32:14 julian Exp $ */ /* @@ -145,8 +145,6 @@ error_2: /* mount error*/ vfs_unbusy(mp, p); -error_1: /* lock error*/ - /* free mount struct before failing*/ free( mp, M_MOUNT); -- cgit v1.1