summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-01-10 08:24:58 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-01-10 08:24:58 +0000
commitbbbe7c40639f41c3a9481952964ee47b8d0dee45 (patch)
tree42b4fa33fcb9445d0bc44e8616cd6cb1baaf9474 /usr.bin/cvs
parent3e6c36c8557b61b0e1422196d8dc5b0c47f41492 (diff)
zap unused variables;
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/cvs.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index ae038bdb6c0..a00ec4b69a0 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.97 2006/01/02 09:42:20 xsa Exp $ */
+/* $OpenBSD: cvs.h,v 1.98 2006/01/10 08:24:57 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -31,10 +31,7 @@
#include "file.h"
#include "xmalloc.h"
-#define CVS_VERSION_MAJOR 0
-#define CVS_VERSION_MINOR 3
-#define CVS_VERSION "OpenCVS 0.3"
-
+#define CVS_VERSION "OpenCVS 0.3"
#define CVS_HIST_CACHE 128
#define CVS_HIST_NBFLD 6