diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-07-11 18:05:10 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-07-11 18:05:10 +0000 |
commit | d2a2fb48cc95c79fc8a3bb755bc096c18fd4677b (patch) | |
tree | 29601724e32f0e16c878d94375137dbb7921f291 | |
parent | d0f835a7475bc19072b376cea700040e586ee67c (diff) |
zap unused variable
-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); |