summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-12-06 06:36:36 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-12-06 06:36:36 (GMT)
commitc1f213ebdcf52ce57152074515b22adfb8f46adf (patch)
treedff25abec5b0c03330e282552a7e8daa81231671 /Python
parente5368925417759be3eef7ec477366a409c650280 (diff)
downloadcpython-c1f213ebdcf52ce57152074515b22adfb8f46adf.zip
cpython-c1f213ebdcf52ce57152074515b22adfb8f46adf.tar.gz
cpython-c1f213ebdcf52ce57152074515b22adfb8f46adf.tar.bz2
Remove unused macro, check is done elsewhere
Diffstat (limited to 'Python')
-rw-r--r--Python/future.c1
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)