mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Remove unused macro, check is done elsewhere
This commit is contained in:
parent
e536892541
commit
c1f213ebdc
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue