diff options
| author | Paul Sokolovsky | 2014-06-11 20:24:32 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-06-11 20:43:47 +0300 |
| commit | 0c0f4468407ea9397d1e7e5d1d2d18acf1d07548 (patch) | |
| tree | cccfff425b22ff84b2de6b0eee6be3a777af631c /py/obj.h | |
| parent | f4bf065dac9ee40e89f02115042e86c75ea3f22c (diff) | |
objfun: Remove no longer used mp_obj_fun_prepare_simple_args().
Diffstat (limited to 'py/obj.h')
| -rw-r--r-- | py/obj.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -534,8 +534,6 @@ typedef struct _mp_obj_fun_native_t { // need this so we can define const object // such functions won't be able to access the global scope, but that's probably okay } mp_obj_fun_native_t; -bool mp_obj_fun_prepare_simple_args(mp_obj_t self_in, uint n_args, uint n_kw, const mp_obj_t *args, - uint *out_args1_len, const mp_obj_t **out_args1, uint *out_args2_len, const mp_obj_t **out_args2); const char *mp_obj_fun_get_name(mp_const_obj_t fun); const char *mp_obj_code_get_name(const byte *code_info); |
