summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/ceval.c')
-rw-r--r--Python/ceval.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index 491a73b..36cdab8 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -20,12 +20,6 @@
#include <ctype.h>
-#ifdef HAVE_LIMITS_H
-#include <limits.h>
-#else
-#define INT_MAX 2147483647
-#endif
-
/* Turn this on if your compiler chokes on the big switch: */
/* #define CASE_TOO_BIG 1 */