diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-06 06:36:36 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-06 06:36:36 +0000 |
commit | f74f5585f366ce51d95ae52fb540408d239fd9df (patch) | |
tree | 9e6f097b84cba4a3691211705764e8451e4946a4 /Python/future.c | |
parent | 6808e81e438306e8c26a766ae574e476f60e9ef8 (diff) | |
download | cpython-f74f5585f366ce51d95ae52fb540408d239fd9df.tar.gz |
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 2f593ac731..ec588c41b5 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) |