]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove unused variables
authorMark Andrews <marka@isc.org>
Tue, 30 Aug 2011 12:45:43 +0000 (12:45 +0000)
committerMark Andrews <marka@isc.org>
Tue, 30 Aug 2011 12:45:43 +0000 (12:45 +0000)
bin/named/zoneconf.c

index 6c12e4fb4b459f270452657b4f41fb84741f1e2a..55ca58c91c995f996d74fb28c466db544241e8d6 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zoneconf.c,v 1.179 2011/08/30 05:16:11 marka Exp $ */
+/* $Id: zoneconf.c,v 1.180 2011/08/30 12:45:43 marka Exp $ */
 
 /*% */
 
@@ -1234,7 +1234,6 @@ ns_zone_configure(const cfg_obj_t *config, const cfg_obj_t *vconfig,
 
        if (ztype == dns_zone_master || raw != NULL) {
                isc_boolean_t allow = ISC_FALSE, maint = ISC_FALSE;
-               isc_boolean_t create = ISC_FALSE;
 
                obj = NULL;
                result = ns_config_get(maps, "sig-validity-interval", &obj);
@@ -1328,8 +1327,6 @@ ns_zone_configure(const cfg_obj_t *config, const cfg_obj_t *vconfig,
         * Primary master functionality.
         */
        if (ztype == dns_zone_master) {
-               isc_boolean_t allow = ISC_FALSE, maint = ISC_FALSE;
-
                obj = NULL;
                result = ns_config_get(maps, "check-wildcard", &obj);
                if (result == ISC_R_SUCCESS)