mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
Remove unused macros in .c files
This commit is contained in:
parent
bdcb9410c2
commit
93468eac72
4 changed files with 0 additions and 12 deletions
|
@ -51,9 +51,6 @@ int Py_OptimizeFlag = 0;
|
|||
#define DUPLICATE_ARGUMENT \
|
||||
"duplicate argument '%s' in function definition"
|
||||
|
||||
#define ILLEGAL_DYNAMIC_SCOPE \
|
||||
"%.100s: exec or 'import *' makes names ambiguous in nested scope"
|
||||
|
||||
#define GLOBAL_AFTER_ASSIGN \
|
||||
"name '%.400s' is assigned to before global declaration"
|
||||
|
||||
|
@ -845,8 +842,6 @@ dump(node *n, int pad, int depth)
|
|||
dump(CHILD(n, i), pad + 1, depth);
|
||||
}
|
||||
|
||||
#define DUMP(N) dump(N, 0, -1)
|
||||
|
||||
static int
|
||||
com_init(struct compiling *c, const char *filename)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue