[Python-checkins] commit of r41620 - python/branches/ast-objects/Python/future.c

neal.norwitz python-checkins at python.org
Tue Dec 6 07:37:33 CET 2005


Author: neal.norwitz
Date: Tue Dec  6 07:37:33 2005
New Revision: 41620

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

Modified: python/branches/ast-objects/Python/future.c
==============================================================================
--- python/branches/ast-objects/Python/future.c	(original)
+++ python/branches/ast-objects/Python/future.c	Tue Dec  6 07:37:33 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