From 9b7efe7aca3b017089da1530bc0e6fde762d01a5 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 12 Aug 2010 04:04:14 +0000 Subject: [PATCH] Removed a leftover UNUSED statement referencing a parameter that doesn't exist anymore. --- lib/dns/view.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/dns/view.c b/lib/dns/view.c index f5c8c69a7a..1737a47b17 100644 --- a/lib/dns/view.c +++ b/lib/dns/view.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: view.c,v 1.167 2010/08/11 18:14:19 each Exp $ */ +/* $Id: view.c,v 1.168 2010/08/12 04:04:14 each Exp $ */ /*! \file */ @@ -1656,7 +1656,6 @@ dns_view_setnewzones(dns_view_t *view, isc_boolean_t allow, void *cfgctx, } #else UNUSED(allow); - UNUSED(parser); UNUSED(cfgctx); UNUSED(cfg_destroy); #endif