diff options
Diffstat (limited to 'src/lib/cc/torint.h')
-rw-r--r-- | src/lib/cc/torint.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/cc/torint.h b/src/lib/cc/torint.h index e633722ba1..91db25833b 100644 --- a/src/lib/cc/torint.h +++ b/src/lib/cc/torint.h @@ -95,10 +95,6 @@ typedef int32_t ssize_t; #endif /* (SIZEOF_SIZE_T == 4) || ... */ #endif /* !defined(SIZE_MAX) */ -#ifndef SHORT_MAX -#define SHORT_MAX SHRT_MAX -#endif - #ifdef _WIN32 # ifdef _WIN64 # define TOR_PRIuSZ PRIu64 |