summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/rcs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c
index e7ece10e923..bd639b1ff72 100644
--- a/usr.bin/cvs/rcs.c
+++ b/usr.bin/cvs/rcs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.c,v 1.156 2006/03/30 23:06:25 joris Exp $ */
+/* $OpenBSD: rcs.c,v 1.157 2006/03/30 23:09:01 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -2311,7 +2311,6 @@ static void
rcs_freedelta(struct rcs_delta *rdp)
{
struct rcs_branch *rb;
- struct rcs_delta *crdp;
if (rdp->rd_num != NULL)
rcsnum_free(rdp->rd_num);