summaryrefslogtreecommitdiff
path: root/py/runtime.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-05-29 21:14:24 +1000
committerDamien George <damien.p.george@gmail.com>2019-05-29 21:14:24 +1000
commitbff4e130099e2ec17478bb00f7eaa5d85fb763dc (patch)
tree7df179ff99b43171660833021cd784b4bc41015a /py/runtime.h
parent6f75c4f3cd393131579db70cdf0b35d1fe5b95ab (diff)
py/nativeglue: Make private glue funs all static, remove commented code.
Diffstat (limited to 'py/runtime.h')
-rw-r--r--py/runtime.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/py/runtime.h b/py/runtime.h
index 0eb15d461..1ac383ca7 100644
--- a/py/runtime.h
+++ b/py/runtime.h
@@ -172,9 +172,6 @@ NORETURN void mp_raise_recursion_depth(void);
int mp_native_type_from_qstr(qstr qst);
mp_uint_t mp_native_from_obj(mp_obj_t obj, mp_uint_t type);
mp_obj_t mp_native_to_obj(mp_uint_t val, mp_uint_t type);
-mp_obj_dict_t *mp_native_swap_globals(mp_obj_dict_t *new_globals);
-mp_obj_t mp_native_call_function_n_kw(mp_obj_t fun_in, size_t n_args_kw, const mp_obj_t *args);
-void mp_native_raise(mp_obj_t o);
#define mp_sys_path (MP_OBJ_FROM_PTR(&MP_STATE_VM(mp_sys_path_obj)))
#define mp_sys_argv (MP_OBJ_FROM_PTR(&MP_STATE_VM(mp_sys_argv_obj)))