mirror of https://github.com/python/cpython
Remove dup declarations after AST merge
This commit is contained in:
parent
3e0055f8c6
commit
6d777bb122
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue