diff options
Diffstat (limited to 'py/vm.c')
| -rw-r--r-- | py/vm.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -296,11 +296,6 @@ dispatch_loop: PUSH(mp_load_const_dec(qst)); DISPATCH(); - ENTRY(MP_BC_LOAD_CONST_ID): - DECODE_QSTR; - PUSH(mp_load_const_str(qst)); // TODO - DISPATCH(); - ENTRY(MP_BC_LOAD_CONST_BYTES): DECODE_QSTR; PUSH(mp_load_const_bytes(qst)); |
