[Python-checkins] commit of r41619 - python/branches/ast-arena/Python/future.c

neal.norwitz python-checkins at python.org
Tue Dec 6 07:36:49 CET 2005


Author: neal.norwitz
Date: Tue Dec  6 07:36:49 2005
New Revision: 41619

Modified:
   python/branches/ast-arena/Python/future.c
Log:
Remove unused macro, check is done elsewhere

Modified: python/branches/ast-arena/Python/future.c
==============================================================================
--- python/branches/ast-arena/Python/future.c	(original)
+++ python/branches/ast-arena/Python/future.c	Tue Dec  6 07:36:49 2005
@@ -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)


More information about the Python-checkins mailing list