From f4c9b33abf0ac6ff97cd39331d125a74fd2bb897 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 8 Apr 2014 21:32:29 +0100 Subject: py: Remove DELETE_SUBSCR opcode, combine with STORE_SUBSCR. This makes the runtime and object APIs more consistent. mp_store_subscr functionality now moved into objects (ie list and dict store_item). --- 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 0fe33d48a..83993f899 100644 --- a/py/bc0.h +++ b/py/bc0.h @@ -40,7 +40,6 @@ #define MP_BC_DELETE_NAME (0x39) // qstr #define MP_BC_DELETE_GLOBAL (0x3a) // qstr -#define MP_BC_DELETE_SUBSCR (0x3b) #define MP_BC_DUP_TOP (0x40) #define MP_BC_DUP_TOP_TWO (0x41) -- cgit v1.2.3