From c1f213ebdcf52ce57152074515b22adfb8f46adf Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 6 Dec 2005 06:36:36 +0000 Subject: Remove unused macro, check is done elsewhere --- Python/future.c | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v0.12