mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
all: Remove unnecessary locals_dict cast.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
b7d6ee9b75
commit
9dce82776d
@@ -121,7 +121,7 @@ STATIC MP_DEFINE_CONST_OBJ_TYPE(
|
||||
MP_QSTR_lock,
|
||||
MP_TYPE_FLAG_NONE,
|
||||
MP_TYPE_NULL_MAKE_NEW,
|
||||
locals_dict, (mp_obj_dict_t *)&thread_lock_locals_dict
|
||||
locals_dict, &thread_lock_locals_dict
|
||||
);
|
||||
|
||||
/****************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user