Skip to content

Commit c1f213e

Browse files
committed
Remove unused macro, check is done elsewhere
1 parent e536892 commit c1f213e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/future.c

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "symtable.h"
99

1010
#define UNDEFINED_FUTURE_FEATURE "future feature %.100s is not defined"
11-
#define FUTURE_IMPORT_STAR "future statement does not support import *"
1211

1312
static int
1413
future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename)

0 commit comments

Comments
 (0)