summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2005-07-11 18:13:01 +0000
committerjoris <joris@openbsd.org>2005-07-11 18:13:01 +0000
commit4f4b74c0535ff76ce21fea9a5a20925249d0d375 (patch)
tree53d257d8cee4d9b88119ee38daf9e028003e2899
parentExpunge unused hashing code and variables. (diff)
downloadwireguard-openbsd-4f4b74c0535ff76ce21fea9a5a20925249d0d375.tar.xz
wireguard-openbsd-4f4b74c0535ff76ce21fea9a5a20925249d0d375.zip
we aren't using cvs_history_print() right now
-rw-r--r--usr.bin/cvs/history.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/cvs/history.c b/usr.bin/cvs/history.c
index 6b47c02e1ce..a5d2d80b21d 100644
--- a/usr.bin/cvs/history.c
+++ b/usr.bin/cvs/history.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: history.c,v 1.20 2005/06/30 16:37:29 joris Exp $ */
+/* $OpenBSD: history.c,v 1.21 2005/07/11 18:13:01 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -53,7 +53,9 @@
#define CVS_HF_EXCL (CVS_HF_C|CVS_HF_E|CVS_HF_M|CVS_HF_O|CVS_HF_T|CVS_HF_X)
static int cvs_history_init (struct cvs_cmd *, int, char **, int *);
+#if 0
static void cvs_history_print (struct cvs_hent *);
+#endif
static int cvs_history_pre_exec (struct cvsroot *);
extern char *__progname;
@@ -213,6 +215,7 @@ cvs_history_pre_exec(struct cvsroot *root)
}
+#if 0
static void
cvs_history_print(struct cvs_hent *hent)
{
@@ -228,3 +231,4 @@ cvs_history_print(struct cvs_hent *hent)
etime.tm_mday, etime.tm_hour, etime.tm_min,
0, hent->ch_user, hent->ch_repo);
}
+#endif