summaryrefslogtreecommitdiff
path: root/Python/future.c
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-12-06 06:36:36 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2005-12-06 06:36:36 +0000
commitf74f5585f366ce51d95ae52fb540408d239fd9df (patch)
tree9e6f097b84cba4a3691211705764e8451e4946a4 /Python/future.c
parent6808e81e438306e8c26a766ae574e476f60e9ef8 (diff)
downloadcpython-f74f5585f366ce51d95ae52fb540408d239fd9df.tar.gz
Remove unused macro, check is done elsewhere
Diffstat (limited to 'Python/future.c')
-rw-r--r--Python/future.c1
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)