summaryrefslogtreecommitdiffstatshomepage
path: root/py/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/profile.c')
-rw-r--r--py/profile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/profile.c b/py/profile.c
index 2b9531e245..fd2d61caa9 100644
--- a/py/profile.c
+++ b/py/profile.c
@@ -176,7 +176,6 @@ MP_DEFINE_CONST_OBJ_TYPE(
mp_type_settrace_codeobj,
MP_QSTR_code,
MP_TYPE_FLAG_NONE,
- MP_TYPE_NULL_MAKE_NEW,
print, code_print,
unary_op, mp_generic_unary_op,
attr, code_attr
@@ -247,7 +246,6 @@ MP_DEFINE_CONST_OBJ_TYPE(
mp_type_frame,
MP_QSTR_frame,
MP_TYPE_FLAG_NONE,
- MP_TYPE_NULL_MAKE_NEW,
print, frame_print,
unary_op, mp_generic_unary_op,
attr, frame_attr