summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/annotate.c
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2005-07-11 18:05:09 +0000
committerjoris <joris@openbsd.org>2005-07-11 18:05:09 +0000
commitb3ff7cc4d2d868f447518ed10d221f9acc121758 (patch)
tree4e2e70a0054629b6ab47621bf910034134790f4e /usr.bin/cvs/annotate.c
parentDispense with the overhead of creating a hash just to lookup the (diff)
downloadwireguard-openbsd-b3ff7cc4d2d868f447518ed10d221f9acc121758.tar.xz
wireguard-openbsd-b3ff7cc4d2d868f447518ed10d221f9acc121758.zip
zap unused variable
Diffstat (limited to 'usr.bin/cvs/annotate.c')
-rw-r--r--usr.bin/cvs/annotate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c
index a098d1130a8..0c51870a0ca 100644
--- a/usr.bin/cvs/annotate.c
+++ b/usr.bin/cvs/annotate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: annotate.c,v 1.19 2005/07/07 14:27:57 joris Exp $ */
+/* $OpenBSD: annotate.c,v 1.20 2005/07/11 18:05:09 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -185,7 +185,6 @@ cvs_annotate_local(CVSFILE *cf, void *arg)
char *repo, fpath[MAXPATHLEN], rcspath[MAXPATHLEN];
RCSFILE *rf;
struct cvsroot *root;
- struct rcs_delta *rdp;
if (cf->cf_type == DT_DIR)
return (0);