summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/status.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-07-10 13:58:20 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-07-10 13:58:20 +0000
commitbdfed2ceb98c1aebe6265d97cea60b7ea01e4b16 (patch)
tree8c4930b01d430cc5e4c1c13ca9f620efb0bc8559 /usr.bin/cvs/status.c
parent041c1a68e0be078c8d0bd13d3d97e2fa4fb25336 (diff)
no need to declare the verbosity var here as it is already done in cvs.h;
Diffstat (limited to 'usr.bin/cvs/status.c')
-rw-r--r--usr.bin/cvs/status.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/status.c b/usr.bin/cvs/status.c
index a37f545c8e7..9c0ea493e78 100644
--- a/usr.bin/cvs/status.c
+++ b/usr.bin/cvs/status.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: status.c,v 1.38 2005/07/08 12:45:10 xsa Exp $ */
+/* $OpenBSD: status.c,v 1.39 2005/07/10 13:58:19 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -54,8 +54,6 @@ const char *cvs_statstr[] = {
"Needs Checkout",
};
-extern int verbosity;
-
static int cvs_status_init (struct cvs_cmd *, int, char **, int *);
static int cvs_status_remote (CVSFILE *, void *);