Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
1a6721fe
Commit
1a6721fe
authored
Feb 09, 2015
by
Damien George
Browse files
py: Remove obsolete MP_F_LOAD_CONST_{INT,DEC} from emitnative.c.
parent
f8146d02
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/emitnative.c
View file @
1a6721fe
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment