diff --git a/Include/symtable.h b/Include/symtable.h index 646602c6dee..c8d8636ba31 100644 --- a/Include/symtable.h +++ b/Include/symtable.h @@ -96,9 +96,6 @@ PyAPI_FUNC(void) PySymtable_Free(struct symtable *); #define GENERATOR 1 #define GENERATOR_EXPRESSION 2 -#define GENERATOR 1 -#define GENERATOR_EXPRESSION 2 - #ifdef __cplusplus } #endif