summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-06-07 09:06:16 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-06-07 09:06:16 +0000
commit2e2033cf43a1caf25905e74eb68e149ee122c988 (patch)
tree2d4e88bc655b0c4dcda3e8423b2f65a8d130a4a0 /usr.bin/cvs/cvs.h
parent8021d147b3743c040a58962f85edcf93f1a4f7c1 (diff)
remove ancient and unused CVS define. it was a leftover from
the daemon. ok xsa@
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r--usr.bin/cvs/cvs.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index a5dcf944c6e..e1728957e05 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.64 2005/06/01 17:44:34 joris Exp $ */
+/* $OpenBSD: cvs.h,v 1.65 2005/06/07 09:06:15 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -290,8 +290,6 @@ typedef struct cvs_histfile {
} CVSHIST;
-#ifdef CVS
-
extern char *cvs_repo_base;
extern char *cvs_command;
extern char *cvs_editor;
@@ -309,8 +307,6 @@ extern int cvs_readonly;
extern CVSFILE *cvs_files;
-#endif
-
extern struct cvs_cmd *cvs_cdt[];
extern struct cvs_cmd cvs_cmd_add;