Skip to content

Commit 6d777bb

Browse files
committed
Remove dup declarations after AST merge
1 parent 3e0055f commit 6d777bb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Include/symtable.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ PyAPI_FUNC(void) PySymtable_Free(struct symtable *);
9696
#define GENERATOR 1
9797
#define GENERATOR_EXPRESSION 2
9898

99-
#define GENERATOR 1
100-
#define GENERATOR_EXPRESSION 2
101-
10299
#ifdef __cplusplus
103100
}
104101
#endif

0 commit comments

Comments
 (0)