diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-11 23:08:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-11 23:08:03 +0000 |
commit | 052db63910f20fb995bbb5f8c3867907c89f520d (patch) | |
tree | 0984298cb9b990a61265f03742c779da2b633899 /sbin/mount_vnd | |
parent | f7f5e0ccecfa00cb25d08f3681ed18b6f4aaee9f (diff) |
unused variable
Diffstat (limited to 'sbin/mount_vnd')
-rw-r--r-- | sbin/mount_vnd/mount_vnd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount_vnd/mount_vnd.c b/sbin/mount_vnd/mount_vnd.c index 510170c9ad3..56dbae62621 100644 --- a/sbin/mount_vnd/mount_vnd.c +++ b/sbin/mount_vnd/mount_vnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_vnd.c,v 1.13 2013/04/23 19:57:02 deraadt Exp $ */ +/* $OpenBSD: mount_vnd.c,v 1.14 2013/11/11 23:08:02 deraadt Exp $ */ /* * Copyright (c) 1993 University of Utah. * Copyright (c) 1990, 1993 @@ -77,7 +77,6 @@ main(int argc, char **argv) int ch, rv, action, opt_c, opt_k, opt_K, opt_l, opt_u; char *key, *mntopts, *rounds, *saltopt; size_t keylen = 0; - const char *errstr; extern char *__progname; struct disklabel *dp = NULL; |