summaryrefslogtreecommitdiff
path: root/py/showbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/showbc.c')
-rw-r--r--py/showbc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/py/showbc.c b/py/showbc.c
index 17cb2eadd..e3032e8d9 100644
--- a/py/showbc.c
+++ b/py/showbc.c
@@ -123,11 +123,6 @@ void mp_byte_code_print2(const byte *ip, int len) {
printf("LOAD_CONST_DEC %s", qstr_str(qstr));
break;
- case MP_BC_LOAD_CONST_ID:
- DECODE_QSTR;
- printf("LOAD_CONST_ID '%s'", qstr_str(qstr));
- break;
-
case MP_BC_LOAD_CONST_BYTES:
DECODE_QSTR;
printf("LOAD_CONST_BYTES %s", qstr_str(qstr));