2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Remove backwards compatibility grammar (#39845)

This was not done in the previous merge commit, so that it could be
merged cleanly into release branches.
This commit is contained in:
Mukund Sivaraman 2015-06-23 14:22:32 +05:30
parent 0439bfedd9
commit 8aecc50f0d

View 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;