diff --git a/Python/ceval.c b/Python/ceval.c index 5d593f28b26..15e0b3afb62 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -20,8 +20,6 @@ #include -#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 */