From: Mukund Sivaraman Date: Tue, 23 Jun 2015 08:52:32 +0000 (+0530) Subject: Remove backwards compatibility grammar (#39845) X-Git-Tag: v9.11.0a1~712 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8aecc50f0d3aa2f91a2b2d2d5e320c52f6f250f1;p=thirdparty%2Fbind9.git Remove backwards compatibility grammar (#39845) This was not done in the previous merge commit, so that it could be merged cleanly into release branches. --- diff --git a/lib/isccfg/namedconf.c b/lib/isccfg/namedconf.c index e2b9207ff14..6ddba4da7d7 100644 --- a/lib/isccfg/namedconf.c +++ b/lib/isccfg/namedconf.c @@ -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;