summaryrefslogtreecommitdiffstatshomepage
path: root/py/runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/runtime.c')
-rw-r--r--py/runtime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/runtime.c b/py/runtime.c
index ec628bfe14..da6c86d971 100644
--- a/py/runtime.c
+++ b/py/runtime.c
@@ -1076,7 +1076,6 @@ STATIC MP_DEFINE_CONST_OBJ_TYPE(
mp_type_checked_fun,
MP_QSTR_function,
MP_TYPE_FLAG_BINDS_SELF,
- MP_TYPE_NULL_MAKE_NEW,
call, checked_fun_call
);