summaryrefslogtreecommitdiff
path: root/py/emitpass1.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/emitpass1.c')
-rw-r--r--py/emitpass1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/emitpass1.c b/py/emitpass1.c
index 6a26cd155..38115a51c 100644
--- a/py/emitpass1.c
+++ b/py/emitpass1.c
@@ -97,8 +97,6 @@ static void emit_pass1_delete_id(emit_t *emit, qstr qstr) {
}
const emit_method_table_t emit_pass1_method_table = {
- emit_pass1_free,
-
(void*)emit_pass1_dummy,
emit_pass1_start_pass,
emit_pass1_end_pass,