diff options
-rw-r--r-- | usr.bin/cvs/annotate.c | 3 |
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); |