diff options
Diffstat (limited to 'py/objlist.h')
-rw-r--r-- | py/objlist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objlist.h b/py/objlist.h index 1f3f45212c..443ede5743 100644 --- a/py/objlist.h +++ b/py/objlist.h @@ -35,6 +35,4 @@ typedef struct _mp_obj_list_t { mp_obj_t *items; } mp_obj_list_t; -mp_obj_t mp_obj_new_list_maybe(mp_uint_t n); - #endif // __MICROPY_INCLUDED_PY_OBJLIST_H__ |