unix-cpy: Fix compiler warning about unused variable.

stackless
Damien George 2015-02-07 18:50:54 +00:00
parent 0bfc7638ba
commit b5a790d2e6
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ void do_file(const char *file) {
//printf("----------------\n");
// compile
mp_obj_t module_fun = mp_compile(pn, 0, MP_EMIT_OPT_NONE, false);
mp_compile(pn, 0, MP_EMIT_OPT_NONE, false);
//printf("----------------\n");
}