Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
a9837bbf
Commit
a9837bbf
authored
Apr 08, 2014
by
Damien George
Browse files
py: Remove obsolete mp_delete_subscr declaration.
parent
f4c9b33a
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/runtime.h
View file @
a9837bbf
...
...
@@ -52,7 +52,6 @@ void mp_load_method(mp_obj_t base, qstr attr, mp_obj_t *dest);
void
mp_load_method_maybe
(
mp_obj_t
base
,
qstr
attr
,
mp_obj_t
*
dest
);
void
mp_store_attr
(
mp_obj_t
base
,
qstr
attr
,
mp_obj_t
val
);
void
mp_store_subscr
(
mp_obj_t
base
,
mp_obj_t
index
,
mp_obj_t
val
);
void
mp_delete_subscr
(
mp_obj_t
base
,
mp_obj_t
index
);
mp_obj_t
mp_getiter
(
mp_obj_t
o
);
mp_obj_t
mp_iternext_allow_raise
(
mp_obj_t
o
);
// may return MP_OBJ_NULL instead of raising StopIteration()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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