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
b6b34cd3
Commit
b6b34cd3
authored
Nov 06, 2014
by
Damien George
Browse files
py: Remove obsolute function declaration.
parent
bfb18a71
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/runtime.h
View file @
b6b34cd3
...
...
@@ -102,7 +102,6 @@ mp_vm_return_kind_t mp_resume(mp_obj_t self_in, mp_obj_t send_value, mp_obj_t th
mp_obj_t
mp_make_raise_obj
(
mp_obj_t
o
);
mp_map_t
*
mp_loaded_modules_get
(
void
);
mp_obj_t
mp_import_name
(
qstr
name
,
mp_obj_t
fromlist
,
mp_obj_t
level
);
mp_obj_t
mp_import_from
(
mp_obj_t
module
,
qstr
name
);
void
mp_import_all
(
mp_obj_t
module
);
...
...
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