summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-10-11 00:08:35 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-10-11 00:08:35 +0000
commitc7ade675cd1c9a03f3e19f50d54f3cc71217050c (patch)
treefe8c03b29f81657377418857c9a626d4f7621c0c /usr.bin/cvs
parent1115784493123da562d75c5d2473742c8c469d4a (diff)
remove debug cruft;
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/rcs.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c
index 3bd85432997..c4e65385feb 100644
--- a/usr.bin/cvs/rcs.c
+++ b/usr.bin/cvs/rcs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.c,v 1.87 2005/10/11 00:07:29 joris Exp $ */
+/* $OpenBSD: rcs.c,v 1.88 2005/10/11 00:08:34 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -1566,10 +1566,6 @@ rcs_findrev(RCSFILE *rfp, const RCSNUM *rev)
struct rcs_delta *rdp;
struct rcs_dlist *hp;
int found;
- char buf[16];
-
- rcsnum_tostr(rev, buf, sizeof(buf));
- printf("rcs_findrev(%s)\n", buf);
cmplen = 2;
hp = &(rfp->rf_delta);