summaryrefslogtreecommitdiff
path: root/usr.bin/sup
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2007-10-17 20:10:45 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2007-10-17 20:10:45 +0000
commit6ebd6f0640abbc5048b4975c40fac23ec404930b (patch)
treee364116c961d5cba80890eb55637a78439f78bf8 /usr.bin/sup
parent4f4368721b2619584d945f74ab23327bad6ac500 (diff)
remove "unused variable" warnings
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@
Diffstat (limited to 'usr.bin/sup')
-rw-r--r--usr.bin/sup/src/supcmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sup/src/supcmain.c b/usr.bin/sup/src/supcmain.c
index d745152d2a1..3c667af4d1e 100644
--- a/usr.bin/sup/src/supcmain.c
+++ b/usr.bin/sup/src/supcmain.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: supcmain.c,v 1.21 2007/09/11 15:47:17 gilles Exp $ */
+/* $OpenBSD: supcmain.c,v 1.22 2007/10/17 20:10:44 chl Exp $ */
/*
* Copyright (c) 1992 Carnegie Mellon University
@@ -592,7 +592,7 @@ init(argc, argv)
int argc;
char **argv;
{
- char buf[STRINGLENGTH], *p, *q;
+ char buf[STRINGLENGTH], *p;
char username[STRINGLENGTH];
char *supfname, *arg;
COLLECTION *c, *lastC;