From: Mark Andrews Date: Tue, 25 Oct 2011 04:38:14 +0000 (+0000) Subject: remove unused variable X-Git-Tag: v9.9.0b1~2^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f21945e2749960eaa4b47e8d5cab06fcce93a61;p=thirdparty%2Fbind9.git remove unused variable --- diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 4a326d16178..9e2bfc8bc7f 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.637 2011/10/25 01:54:22 marka Exp $ */ +/* $Id: zone.c,v 1.638 2011/10/25 04:38:14 marka Exp $ */ /*! \file */ @@ -15338,7 +15338,6 @@ keydone(isc_task_t *task, isc_event_t *event) { dns_dbnode_t *node = NULL; dns_rdataset_t rdataset; dns_diff_t diff; - isc_boolean_t have_rr = ISC_FALSE; struct keydone *keydone = (struct keydone *)event; dns_update_log_t log = { update_log_cb, NULL };