]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove backwards compatibility grammar (#39845)
authorMukund Sivaraman <muks@isc.org>
Tue, 23 Jun 2015 08:52:32 +0000 (14:22 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 23 Jun 2015 08:53:12 +0000 (14:23 +0530)
This was not done in the previous merge commit, so that it could be
merged cleanly into release branches.

lib/isccfg/namedconf.c

index e2b9207ff14e2fafaa4876cd65ef4bcc3e117c48..6ddba4da7d74cd88fac9e0637c6c48e0495a8edd 100644 (file)
@@ -1938,14 +1938,6 @@ LIBISCCFG_EXTERNAL_DATA cfg_type_t cfg_type_addzoneconf = {
        &cfg_rep_map, addzoneconf_clausesets
 };
 
-/*
- * XXXMPA Remove in 9.11.  Backwards API compat only.
- */
-LIBISCCFG_EXTERNAL_DATA cfg_type_t cfg_type_newzones = {
-       "newzones", cfg_parse_mapbody, cfg_print_mapbody, cfg_doc_mapbody,
-       &cfg_rep_map, addzoneconf_clausesets
-};
-
 static isc_result_t
 parse_unitstring(char *str, isc_resourcevalue_t *valuep) {
        char *endp;