diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-21 04:19:49 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-21 04:19:49 +0000 |
commit | 6d777bb122e066f7847709673556d23263fb2380 (patch) | |
tree | 7c87c11859224897f88f0b8705f97d27afa51c67 /Include/symtable.h | |
parent | 3e0055f8c65c407e74ce476b8e2b1fb889723514 (diff) | |
download | cpython-git-6d777bb122e066f7847709673556d23263fb2380.tar.gz |
Remove dup declarations after AST merge
Diffstat (limited to 'Include/symtable.h')
-rw-r--r-- | Include/symtable.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/symtable.h b/Include/symtable.h index 646602c6de..c8d8636ba3 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 |