Remove macros which are no longer needed

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2017-05-11 08:35:26 +02:00
parent ef1d9600b1
commit 9266f01857

View File

@ -126,9 +126,6 @@ typedef unsigned char BOOL8;
#endif /* _WIN32 */
#define INT32FORMAT "%" PRId32
#define INT64FORMAT "%" PRId64
#define MAX_INT8 0x7f
#define MAX_INT16 0x7fff
#define MAX_INT32 0x7fffffff