summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r--usr.bin/cvs/diff.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c
index d86c9275a08..3b8652f5d51 100644
--- a/usr.bin/cvs/diff.c
+++ b/usr.bin/cvs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.46 2005/07/10 13:53:51 xsa Exp $ */
+/* $OpenBSD: diff.c,v 1.47 2005/07/10 13:58:19 xsa Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -205,8 +205,6 @@ struct diff_arg {
char *date2;
};
-extern int verbosity;
-
static int cvs_diff_init (struct cvs_cmd *, int, char **, int *);
static int cvs_diff_remote (CVSFILE *, void *);