diff options
author | 2005-10-11 00:08:34 +0000 | |
---|---|---|
committer | 2005-10-11 00:08:34 +0000 | |
commit | 2641fff99f732cc79b119aa642987e7739691499 (patch) | |
tree | 4a1431c80b1727e7f03c0a25d0fc2ab5642f77b6 | |
parent | fix patching in rcs_getrev(); (diff) | |
download | wireguard-openbsd-2641fff99f732cc79b119aa642987e7739691499.tar.xz wireguard-openbsd-2641fff99f732cc79b119aa642987e7739691499.zip |
remove debug cruft;
-rw-r--r-- | usr.bin/cvs/rcs.c | 6 |
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); |