From f09691feff369ed83bdb22fa2a43ddf146edea2f Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 13 Aug 2020 13:59:32 +1000 Subject: [PATCH] Get rid of type 'RESERVED0'. (cherry picked from commit 3c492b3ef1438bf39a78c1925c946187823b519c) --- lib/dns/gen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/dns/gen.c b/lib/dns/gen.c index b922e0df9c..0f41784358 100644 --- a/lib/dns/gen.c +++ b/lib/dns/gen.c @@ -780,7 +780,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);