From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> Date: Sat, 25 Jan 2025 10:33:26 +0000 (+0100) Subject: Remove unused DPRINTF in ceval.c (GH-129282) X-Git-Tag: v3.14.0a5~243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fecb9fa0b42f7dc18bd58b1bef56f967612e088;p=thirdparty%2FPython%2Fcpython.git Remove unused DPRINTF in ceval.c (GH-129282) remove unused DPRINTF in ceval.c --- diff --git a/Python/ceval.c b/Python/ceval.c index 171b383d547e..1bdae3388457 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -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