diff options
Diffstat (limited to 'py/showbc.c')
-rw-r--r-- | py/showbc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/py/showbc.c b/py/showbc.c index c9eeaff9fa..30b51de625 100644 --- a/py/showbc.c +++ b/py/showbc.c @@ -142,10 +142,6 @@ const byte *mp_bytecode_print_str(const byte *ip) { printf("LOAD_CONST_TRUE"); break; - case MP_BC_LOAD_CONST_ELLIPSIS: - printf("LOAD_CONST_ELLIPSIS"); - break; - case MP_BC_LOAD_CONST_SMALL_INT: { mp_int_t num = 0; if ((ip[0] & 0x40) != 0) { |