diff options
Diffstat (limited to 'py/modmath.c')
-rw-r--r-- | py/modmath.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/modmath.c b/py/modmath.c index 54262f6115..0c70f34cd1 100644 --- a/py/modmath.c +++ b/py/modmath.c @@ -268,7 +268,6 @@ STATIC MP_DEFINE_CONST_DICT(mp_module_math_globals, mp_module_math_globals_table const mp_obj_module_t mp_module_math = { .base = { &mp_type_module }, - .name = MP_QSTR_math, .globals = (mp_obj_dict_t*)&mp_module_math_globals, }; |