Skip to content
Snippets Groups Projects
Commit 1a6721fe authored by Damien George's avatar Damien George
Browse files

py: Remove obsolete MP_F_LOAD_CONST_{INT,DEC} from emitnative.c.

parent f8146d02
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment