summaryrefslogtreecommitdiff
path: root/py/emit.h
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-05 13:44:41 +0100
committerDamien <damien.p.george@gmail.com>2013-10-05 13:44:41 +0100
commit054848a1b8aa7e52f3c70e86cc4dc56b565ea830 (patch)
tree254e394f59d095f9ee5384d0ffe9b36fabc8ecaa /py/emit.h
parentb05d707b2329a9534121e09e26eb9f8fef1917d3 (diff)
Compiler computes labels and max_num_labels.
Diffstat (limited to 'py/emit.h')
-rw-r--r--py/emit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/emit.h b/py/emit.h
index b2d451efd..e995597af 100644
--- a/py/emit.h
+++ b/py/emit.h
@@ -24,7 +24,6 @@ typedef struct _emit_method_table_t {
int (*get_stack_size)(emit_t *emit);
void (*set_stack_size)(emit_t *emit, int size);
- int (*label_new)(emit_t *emit);
void (*label_assign)(emit_t *emit, int l);
void (*import_name)(emit_t *emit, qstr qstr);
void (*import_from)(emit_t *emit, qstr qstr);