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/bc0.h | 1 - 1 file changed, 1 deletion(-) (limited to 'py/bc0.h') diff --git a/py/bc0.h b/py/bc0.h index 0a4a49ce6..9329f2178 100644 --- a/py/bc0.h +++ b/py/bc0.h @@ -66,7 +66,6 @@ #define MP_BC_UNARY_OP (0x60) // byte #define MP_BC_BINARY_OP (0x61) // byte -#define MP_BC_COMPARE_OP (0x62) // byte #define MP_BC_BUILD_TUPLE (0x70) // uint #define MP_BC_BUILD_LIST (0x71) // uint -- cgit v1.2.3