From 8aecc50f0d3aa2f91a2b2d2d5e320c52f6f250f1 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Tue, 23 Jun 2015 14:22:32 +0530 Subject: [PATCH] Remove backwards compatibility grammar (#39845) This was not done in the previous merge commit, so that it could be merged cleanly into release branches. --- lib/isccfg/namedconf.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/isccfg/namedconf.c b/lib/isccfg/namedconf.c index e2b9207ff1..6ddba4da7d 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;