SummerGift 8 роки тому
батько
коміт
c9724cb630
1 змінених файлів з 0 додано та 7 видалено
  1. 0 7
      py/bc.c

+ 0 - 7
py/bc.c

@@ -34,13 +34,6 @@
 #include "py/mpconfig.h"
 #include "py/misc.h"
 #include "py/mpstate.h"
-
-#if MICROPY_DEBUG_VERBOSE // print debugging info
-#define DEBUG_printf DEBUG_printf
-#else // don't print debugging info
-#define DEBUG_printf(...) (void)0
-#endif
-
 #include "py/runtime.h"
 #include "py/bc0.h"
 #include "py/bc.h"