Skip to content

Commit 77a48e8

Browse files
committed
py/obj: Remove declaration for mp_obj_new_none(), it's never defined.
1 parent 98da3cf commit 77a48e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/obj.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,6 @@ extern const struct _mp_obj_exception_t mp_const_GeneratorExit_obj;
630630
// General API for objects
631631

632632
mp_obj_t mp_obj_new_type(qstr name, mp_obj_t bases_tuple, mp_obj_t locals_dict);
633-
mp_obj_t mp_obj_new_none(void);
634633
static inline mp_obj_t mp_obj_new_bool(mp_int_t x) { return x ? mp_const_true : mp_const_false; }
635634
mp_obj_t mp_obj_new_cell(mp_obj_t obj);
636635
mp_obj_t mp_obj_new_int(mp_int_t value);

0 commit comments

Comments
 (0)