Removed unused T_ENUM code

As best I can make out T_ENUM has never been used since it was added by
an apparently unrelated commit in 2000:
bcc6cbfb16
This commit is contained in:
Olly Betts 2023-12-01 08:59:30 +13:00
parent da018ed6f7
commit ab6397a891
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ extern "C" {
#define T_UCHAR 3
#define T_SHORT 4
#define T_USHORT 5
#define T_ENUM 6
#define T_INT 7
#define T_UINT 8
#define T_LONG 9