mirror of https://github.com/swig/swig
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:
parent
da018ed6f7
commit
ab6397a891
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue