diff options
Diffstat (limited to 'py/profile.c')
-rw-r--r-- | py/profile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/profile.c b/py/profile.c index fd2d61caa..89af8640a 100644 --- a/py/profile.c +++ b/py/profile.c @@ -177,7 +177,6 @@ MP_DEFINE_CONST_OBJ_TYPE( MP_QSTR_code, MP_TYPE_FLAG_NONE, print, code_print, - unary_op, mp_generic_unary_op, attr, code_attr ); @@ -247,7 +246,6 @@ MP_DEFINE_CONST_OBJ_TYPE( MP_QSTR_frame, MP_TYPE_FLAG_NONE, print, frame_print, - unary_op, mp_generic_unary_op, attr, frame_attr ); |