mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
gh-120029: remove unused macros in `symtable.c
` (#120222)
Co-authored-by: Carl Meyer <carl@oddbird.net> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
parent
e16aed63f6
commit
32d3e05fe6
3 changed files with 0 additions and 6 deletions
|
@ -327,7 +327,6 @@ static void _dump_symtable(PySTEntryObject* ste, PyObject* prefix)
|
|||
if (flags & DEF_PARAM) printf(" DEF_PARAM");
|
||||
if (flags & DEF_NONLOCAL) printf(" DEF_NONLOCAL");
|
||||
if (flags & USE) printf(" USE");
|
||||
if (flags & DEF_FREE) printf(" DEF_FREE");
|
||||
if (flags & DEF_FREE_CLASS) printf(" DEF_FREE_CLASS");
|
||||
if (flags & DEF_IMPORT) printf(" DEF_IMPORT");
|
||||
if (flags & DEF_ANNOT) printf(" DEF_ANNOT");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue