Remove dup declarations after AST merge

This commit is contained in:
Neal Norwitz 2005-10-21 04:19:49 +00:00
parent 3e0055f8c6
commit 6d777bb122
1 changed files with 0 additions and 3 deletions

View File

@ -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