remove the D_MAXSHORT definition

It isn't used anywhere anymore.
This commit is contained in:
Fabian Greffrath 2020-01-20 10:38:14 +01:00
parent 5f957facd1
commit 171cfc9241

View File

@ -57,7 +57,6 @@ typedef int64_t Long64;
#include <limits.h>
#define D_MAXINT INT_MAX
#define D_MININT INT_MIN
#define D_MAXSHORT SHRT_MAX
#ifdef _WIN32