diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-11 09:37:41 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-11 09:37:41 +0000 |
commit | 8d4ccc49ed8bca34579982a5a96b2b50da86d985 (patch) | |
tree | c22ac1b289b0011578164e235e5ae4b152ae567c /py/emit.h | |
parent | 25042b19d2310260e22d54ba09a124d5aaf4f512 (diff) | |
parent | 683466e55f2221cbd6b05106732c885bd324bc21 (diff) |
Merge branch 'master' of github.com:dpgeorge/micropython
Diffstat (limited to 'py/emit.h')
-rw-r--r-- | py/emit.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -85,7 +85,6 @@ typedef struct _emit_method_table_t { void (*pop_except)(emit_t *emit); void (*unary_op)(emit_t *emit, rt_unary_op_t op); void (*binary_op)(emit_t *emit, rt_binary_op_t op); - void (*compare_op)(emit_t *emit, rt_compare_op_t op); void (*build_tuple)(emit_t *emit, int n_args); void (*build_list)(emit_t *emit, int n_args); void (*list_append)(emit_t *emit, int list_stack_index); |