commit | c1f213ebdcf52ce57152074515b22adfb8f46adf | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Dec 06 06:36:36 2005 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Dec 06 06:36:36 2005 +0000 |
tree | dff25abec5b0c03330e282552a7e8daa81231671 | |
parent | e5368925417759be3eef7ec477366a409c650280 [diff] |
Remove unused macro, check is done elsewhere
diff --git a/Python/future.c b/Python/future.c index 2f593ac..ec588c4 100644 --- a/Python/future.c +++ b/Python/future.c
@@ -8,7 +8,6 @@ #include "symtable.h" #define UNDEFINED_FUTURE_FEATURE "future feature %.100s is not defined" -#define FUTURE_IMPORT_STAR "future statement does not support import *" static int future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename)