summaryrefslogtreecommitdiff
path: root/py/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/compile.c')
-rw-r--r--py/compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/compile.c b/py/compile.c
index d8e175bb6..adf76fb97 100644
--- a/py/compile.c
+++ b/py/compile.c
@@ -3456,7 +3456,6 @@ mp_raw_code_t *mp_compile_to_raw_code(mp_parse_tree_t *parse_tree, qstr source_f
}
comp->emit_method_table = &NATIVE_EMITTER(method_table);
comp->emit = emit_native;
- EMIT_ARG(set_native_type, MP_EMIT_NATIVE_TYPE_ENABLE, s->emit_options == MP_EMIT_OPT_VIPER, 0);
break;
#endif // MICROPY_EMIT_NATIVE