diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-10 13:59:53 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-10 13:59:53 +0000 |
commit | f4b0c20edaa048753978c36e60eca093220f500e (patch) | |
tree | d85f3ae2d2ec38a6e985d388c921c785ecfecd63 /usr.bin/cvs/req.c | |
parent | bdfed2ceb98c1aebe6265d97cea60b7ea01e4b16 (diff) |
nuke verbosity declaration here too;
Diffstat (limited to 'usr.bin/cvs/req.c')
-rw-r--r-- | usr.bin/cvs/req.c | 3 |
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; |