summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/req.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-07-10 13:59:53 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-07-10 13:59:53 +0000
commitf4b0c20edaa048753978c36e60eca093220f500e (patch)
treed85f3ae2d2ec38a6e985d388c921c785ecfecd63 /usr.bin/cvs/req.c
parentbdfed2ceb98c1aebe6265d97cea60b7ea01e4b16 (diff)
nuke verbosity declaration here too;
Diffstat (limited to 'usr.bin/cvs/req.c')
-rw-r--r--usr.bin/cvs/req.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/req.c b/usr.bin/cvs/req.c
index bbcf4878f3a..45b6a7582cd 100644
--- a/usr.bin/cvs/req.c
+++ b/usr.bin/cvs/req.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: req.c,v 1.22 2005/06/17 15:09:55 joris Exp $ */
+/* $OpenBSD: req.c,v 1.23 2005/07/10 13:59:52 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -43,7 +43,6 @@
extern char *cvs_rootstr;
-extern int verbosity;
extern int cvs_compress;
extern char *cvs_rsh;
extern int cvs_trace;