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. --- unix/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'unix/main.c') diff --git a/unix/main.c b/unix/main.c index 26b7a1368..26618af3f 100644 --- a/unix/main.c +++ b/unix/main.c @@ -51,7 +51,6 @@ // Command line options, with their defaults STATIC bool compile_only = false; STATIC uint emit_opt = MP_EMIT_OPT_NONE; -mp_uint_t mp_verbose_flag = 0; #if MICROPY_ENABLE_GC // Heap size of GC heap (if enabled) -- cgit v1.2.3