From: Mark Andrews Date: Thu, 13 Aug 2020 03:59:32 +0000 (+1000) Subject: Get rid of type 'RESERVED0'. X-Git-Tag: v9.17.5~50^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c492b3ef1438bf39a78c1925c946187823b519c;p=thirdparty%2Fbind9.git Get rid of type 'RESERVED0'. --- diff --git a/lib/dns/gen.c b/lib/dns/gen.c index 553228409ab..453cb66ce84 100644 --- a/lib/dns/gen.c +++ b/lib/dns/gen.c @@ -779,7 +779,6 @@ main(int argc, char **argv) { * Add in reserved/special types. This will let us * sort them without special cases. */ - insert_into_typenames(0, "reserved0", RESERVED); insert_into_typenames(100, "uinfo", RESERVEDNAME); insert_into_typenames(101, "uid", RESERVEDNAME); insert_into_typenames(102, "gid", RESERVEDNAME);