diff options
Diffstat (limited to 'py/modthread.c')
-rw-r--r-- | py/modthread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/modthread.c b/py/modthread.c index 6c8340c928..24b94f1c84 100644 --- a/py/modthread.c +++ b/py/modthread.c @@ -294,7 +294,6 @@ STATIC MP_DEFINE_CONST_DICT(mp_module_thread_globals, mp_module_thread_globals_t const mp_obj_module_t mp_module_thread = { .base = { &mp_type_module }, - .name = MP_QSTR__thread, .globals = (mp_obj_dict_t*)&mp_module_thread_globals, }; |