]> 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:14 +0000 (04:04 +0000)
committerEvan Hunt <each@isc.org>
Thu, 12 Aug 2010 04:04:14 +0000 (04:04 +0000)
exist anymore.

lib/dns/view.c

index f5c8c69a7ad02fbd7ab1eacbbac1fcd4d10b2ad4..1737a47b17f9425b1e856b5e83d33bea2ec0be72 100644 (file)
@@ -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