From 93c4a6a3f70e389b466fbc7a4f1ad2e1df87c93f Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 21 Sep 2016 10:52:53 +1000 Subject: all: Remove 'name' member from mp_obj_module_t struct. One can instead lookup __name__ in the modules dict to get the value. --- stmhal/moduselect.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stmhal/moduselect.c') diff --git a/stmhal/moduselect.c b/stmhal/moduselect.c index 92e77e6ca..2dcac7fde 100644 --- a/stmhal/moduselect.c +++ b/stmhal/moduselect.c @@ -307,6 +307,5 @@ STATIC MP_DEFINE_CONST_DICT(mp_module_select_globals, mp_module_select_globals_t const mp_obj_module_t mp_module_uselect = { .base = { &mp_type_module }, - .name = MP_QSTR_uselect, .globals = (mp_obj_dict_t*)&mp_module_select_globals, }; -- cgit v1.2.3