From: Mark Andrews Date: Fri, 26 Aug 2011 04:49:14 +0000 (+0000) Subject: mctx is nolonger required X-Git-Tag: v9.9.0a2~1^2~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1d7ec063f854cf7db1705ff65cd0236226cf0ad;p=thirdparty%2Fbind9.git mctx is nolonger required --- diff --git a/lib/isccfg/aclconf.c b/lib/isccfg/aclconf.c index 0dac0f42e69..f362c68132f 100644 --- a/lib/isccfg/aclconf.c +++ b/lib/isccfg/aclconf.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: aclconf.c,v 1.31 2011/06/17 23:47:49 tbox Exp $ */ +/* $Id: aclconf.c,v 1.32 2011/08/26 04:49:14 marka Exp $ */ #include @@ -74,13 +74,11 @@ void cfg_aclconfctx_detach(cfg_aclconfctx_t **actxp) { cfg_aclconfctx_t *actx; dns_acl_t *dacl, *next; - isc_mem_t *mctx; unsigned int refs; REQUIRE(actxp != NULL && *actxp != NULL); actx = *actxp; - mctx = actx->mctx; isc_refcount_decrement(&actx->references, &refs); if (refs == 0) {