summaryrefslogtreecommitdiffstatshomepage
path: root/unix/modtermios.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/modtermios.c')
-rw-r--r--unix/modtermios.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/modtermios.c b/unix/modtermios.c
index 38be729e22..20f824a7f5 100644
--- a/unix/modtermios.c
+++ b/unix/modtermios.c
@@ -151,6 +151,5 @@ STATIC MP_DEFINE_CONST_DICT(mp_module_termios_globals, mp_module_termios_globals
const mp_obj_module_t mp_module_termios = {
.base = { &mp_type_module },
- .name = MP_QSTR_termios,
.globals = (mp_obj_dict_t*)&mp_module_termios_globals,
};