mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
Remove unused DPRINTF in ceval.c (GH-129282)
remove unused DPRINTF in ceval.c
This commit is contained in:
parent
cc4f0a2770
commit
8fecb9fa0b
1 changed files with 0 additions and 7 deletions
|
@ -1063,13 +1063,6 @@ enter_tier_two:
|
|||
#undef ENABLE_SPECIALIZATION_FT
|
||||
#define ENABLE_SPECIALIZATION_FT 0
|
||||
|
||||
#ifdef Py_DEBUG
|
||||
#define DPRINTF(level, ...) \
|
||||
if (lltrace >= (level)) { printf(__VA_ARGS__); }
|
||||
#else
|
||||
#define DPRINTF(level, ...)
|
||||
#endif
|
||||
|
||||
; // dummy statement after a label, before a declaration
|
||||
uint16_t uopcode;
|
||||
#ifdef Py_STATS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue