summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/ceval.c')
-rw-r--r--Python/ceval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index 5d593f2..15e0b3a 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -20,8 +20,6 @@
#include <ctype.h>
-#define REPR(O) PyString_AS_STRING(PyObject_Repr(O))
-
/* Turn this on if your compiler chokes on the big switch: */
/* #define CASE_TOO_BIG 1 */