Skip to content

Commit 1a6721f

Browse files
committed
py: Remove obsolete MP_F_LOAD_CONST_{INT,DEC} from emitnative.c.
1 parent f8146d0 commit 1a6721f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

py/emitnative.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@
156156
STATIC byte mp_f_n_args[MP_F_NUMBER_OF] = {
157157
[MP_F_CONVERT_OBJ_TO_NATIVE] = 2,
158158
[MP_F_CONVERT_NATIVE_TO_OBJ] = 2,
159-
[MP_F_LOAD_CONST_INT] = 1,
160-
[MP_F_LOAD_CONST_DEC] = 1,
161159
[MP_F_LOAD_CONST_STR] = 1,
162160
[MP_F_LOAD_CONST_BYTES] = 1,
163161
[MP_F_LOAD_NAME] = 1,

0 commit comments

Comments
 (0)