summaryrefslogtreecommitdiff
path: root/sys/ufs/lfs/lfs_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/lfs/lfs_alloc.c')
-rw-r--r--sys/ufs/lfs/lfs_alloc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ufs/lfs/lfs_alloc.c b/sys/ufs/lfs/lfs_alloc.c
index a3f979daed6f..be3b49782de2 100644
--- a/sys/ufs/lfs/lfs_alloc.c
+++ b/sys/ufs/lfs/lfs_alloc.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)lfs_alloc.c 8.7 (Berkeley) 5/14/95
- * $Id: lfs_alloc.c,v 1.17 1997/10/14 18:46:43 phk Exp $
+ * $Id: lfs_alloc.c,v 1.18 1997/10/16 10:49:41 phk Exp $
*/
#include "opt_quota.h"
@@ -215,7 +215,6 @@ lfs_vfree(pvp, ino, mode)
struct inode *ip;
struct lfs *fs;
ufs_daddr_t old_iaddr;
- ino_t ino;
/* Get the inode number and file system. */
ip = VTOI(pvp);