Get rid of type 'RESERVED0'.

(cherry picked from commit 3c492b3ef1)
This commit is contained in:
Mark Andrews 2020-08-13 13:59:32 +10:00
parent 0c95100f98
commit f09691feff

View file

@ -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);