summaryrefslogtreecommitdiffstatshomepage
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 c3342ca841..615d1fe0de 100644
--- a/py/showbc.c
+++ b/py/showbc.c
@@ -132,11 +132,6 @@ void mp_byte_code_print(const byte *ip, int len) {
printf("LOAD_FAST_N " UINT_FMT, unum);
break;
- case MP_BC_LOAD_FAST_CHECKED:
- DECODE_UINT;
- printf("LOAD_FAST_CHECKED " UINT_FMT, unum);
- break;
-
case MP_BC_LOAD_DEREF:
DECODE_UINT;
printf("LOAD_DEREF " UINT_FMT, unum);