diff options
Diffstat (limited to 'py/objint.c')
-rw-r--r-- | py/objint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objint.c b/py/objint.c index 0ba42d10ce..9cd5ebae29 100644 --- a/py/objint.c +++ b/py/objint.c @@ -34,7 +34,6 @@ const mp_obj_type_t int_type = { { &mp_const_type }, "int", .make_new = int_make_new, - .methods = NULL, }; mp_obj_t mp_obj_new_int(machine_int_t value) { |