]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Removed a leftover UNUSED statement referencing a parameter that doesn't
authorEvan Hunt <each@isc.org>
Thu, 12 Aug 2010 04:04:34 +0000 (04:04 +0000)
committerEvan Hunt <each@isc.org>
Thu, 12 Aug 2010 04:04:34 +0000 (04:04 +0000)
exist anymore.

lib/dns/view.c

index 5cbfb535d29d9f4c8b612af1d43e80845f591eaf..8352565314585981b4513992e90d9bf21b628981 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: view.c,v 1.159.8.8 2010/08/11 18:19:57 each Exp $ */
+/* $Id: view.c,v 1.159.8.9 2010/08/12 04:04:34 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