diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-06 06:36:36 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-06 06:36:36 (GMT) |
commit | c1f213ebdcf52ce57152074515b22adfb8f46adf (patch) | |
tree | dff25abec5b0c03330e282552a7e8daa81231671 /Python/future.c | |
parent | e5368925417759be3eef7ec477366a409c650280 (diff) | |
download | cpython-c1f213ebdcf52ce57152074515b22adfb8f46adf.zip cpython-c1f213ebdcf52ce57152074515b22adfb8f46adf.tar.gz cpython-c1f213ebdcf52ce57152074515b22adfb8f46adf.tar.bz2 |
Remove unused macro, check is done elsewhere
Diffstat (limited to 'Python/future.c')
-rw-r--r-- | Python/future.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/future.c b/Python/future.c index 2f593ac..ec588c41 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) |