summaryrefslogtreecommitdiff
path: root/sbin/newfs
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-07-02 22:02:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-07-02 22:02:49 +0000
commit970e04fc02f2adfd87099924b9ed8f94bd2a6a65 (patch)
treeb37b16d70470c42daf09f648244d9120cfb81a5a /sbin/newfs
parent2a0d0b0dcde97a1af9fc38df675ed373351cb457 (diff)
garbage collect an unused variable
Diffstat (limited to 'sbin/newfs')
-rw-r--r--sbin/newfs/newfs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index 9967957385b..f24388f8000 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: newfs.c,v 1.85 2010/05/18 04:41:14 dlg Exp $ */
+/* $OpenBSD: newfs.c,v 1.86 2010/07/02 22:02:48 deraadt Exp $ */
/* $NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $ */
/*
@@ -126,7 +126,6 @@ int avgfilesize = AVFILESIZ;/* expected average file size */
int avgfilesperdir = AFPDIR;/* expected number of files per directory */
int mntflags = MNT_ASYNC; /* flags to be passed to mount */
int quiet = 0; /* quiet flag */
-u_long memleft; /* virtual memory available */
caddr_t membase; /* start address of memory based filesystem */
char *disktype;
int unlabeled;