From 295ea12411ca12a41947de3113febb29e469ac4c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 21 Nov 2015 16:34:57 +0200 Subject: py/emitglue: Host definition of mp_verbose_flag. This may not seem like the ideal place, but is actually the only place in py/ where it gets referenced, so is just right. --- lib/utils/printf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/utils/printf.c') diff --git a/lib/utils/printf.c b/lib/utils/printf.c index 611ad2df4c..082b1c65a8 100644 --- a/lib/utils/printf.c +++ b/lib/utils/printf.c @@ -48,8 +48,6 @@ int vprintf(const char *fmt, va_list ap) { } #if MICROPY_DEBUG_PRINTERS -mp_uint_t mp_verbose_flag = 1; - int DEBUG_printf(const char *fmt, ...) { va_list ap; va_start(ap, fmt); -- cgit v1.2.3