summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/moduheapq.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/moduheapq.c')
-rw-r--r--extmod/moduheapq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extmod/moduheapq.c b/extmod/moduheapq.c
index 84ffe54f98..567ee83da6 100644
--- a/extmod/moduheapq.c
+++ b/extmod/moduheapq.c
@@ -116,7 +116,6 @@ STATIC MP_DEFINE_CONST_DICT(mp_module_uheapq_globals, mp_module_uheapq_globals_t
const mp_obj_module_t mp_module_uheapq = {
.base = { &mp_type_module },
- .name = MP_QSTR_uheapq,
.globals = (mp_obj_dict_t*)&mp_module_uheapq_globals,
};