From b8698fca75018b5cacaf9b2fdfd821f86b8acaf4 Mon Sep 17 00:00:00 2001 From: John R. Lenton Date: Sat, 11 Jan 2014 00:58:59 +0000 Subject: unified the bops --- py/showbc.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'py/showbc.c') diff --git a/py/showbc.c b/py/showbc.c index 4ea0dd77e..2ba81df40 100644 --- a/py/showbc.c +++ b/py/showbc.c @@ -266,11 +266,6 @@ void mp_show_byte_code(const byte *ip, int len) { printf("BINARY_OP " UINT_FMT, unum); break; - case MP_BC_COMPARE_OP: - unum = *ip++; - printf("COMPARE_OP " UINT_FMT, unum); - break; - case MP_BC_BUILD_TUPLE: DECODE_UINT; printf("BUILD_TUPLE " UINT_FMT, unum); -- cgit v1.2.3