You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
py: Remove obsolete MP_F_LOAD_CONST_{INT,DEC} from emitnative.c.
This commit is contained in:
@@ -156,8 +156,6 @@
|
||||
STATIC byte mp_f_n_args[MP_F_NUMBER_OF] = {
|
||||
[MP_F_CONVERT_OBJ_TO_NATIVE] = 2,
|
||||
[MP_F_CONVERT_NATIVE_TO_OBJ] = 2,
|
||||
[MP_F_LOAD_CONST_INT] = 1,
|
||||
[MP_F_LOAD_CONST_DEC] = 1,
|
||||
[MP_F_LOAD_CONST_STR] = 1,
|
||||
[MP_F_LOAD_CONST_BYTES] = 1,
|
||||
[MP_F_LOAD_NAME] = 1,
|
||||
|
||||
Reference in New Issue
Block a user