summaryrefslogtreecommitdiffstatshomepage
path: root/py/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/obj.h')
-rw-r--r--py/obj.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/obj.h b/py/obj.h
index 7d58371dbb..bf598608e8 100644
--- a/py/obj.h
+++ b/py/obj.h
@@ -220,8 +220,6 @@ void mp_obj_fun_bc_get(mp_obj_t self_in, int *n_args, uint *n_state, const byte
// generator
extern const mp_obj_type_t gen_instance_type;
-mp_obj_t mp_obj_gen_instance_next(mp_obj_t self_in);
-MP_DECLARE_CONST_FUN_OBJ(mp_obj_gen_instance_next_obj);
// class
extern const mp_obj_type_t class_type;