diff options
author | Damien George <damien.p.george@gmail.com> | 2014-08-26 17:18:12 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-09-07 20:42:01 +0100 |
commit | 013d53c0b48cd22ef9476f048c2f944a86d5ce67 (patch) | |
tree | 753686da1b33b96829df9b2c4d3bd4f9739a9ea7 /py/builtintables.c | |
parent | e2a618615df33d884dde975c3e0a0727d9ea9629 (diff) |
Remove skeletal modselect from extmod and just put it in stmhal.
Diffstat (limited to 'py/builtintables.c')
-rw-r--r-- | py/builtintables.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/builtintables.c b/py/builtintables.c index ad2e0bb55..08b6b1649 100644 --- a/py/builtintables.c +++ b/py/builtintables.c @@ -200,9 +200,6 @@ STATIC const mp_map_elem_t mp_builtin_module_table[] = { #if MICROPY_PY_ZLIBD { MP_OBJ_NEW_QSTR(MP_QSTR_zlibd), (mp_obj_t)&mp_module_zlibd }, #endif -#if MICROPY_PY_SELECT - { MP_OBJ_NEW_QSTR(MP_QSTR_select), (mp_obj_t)&mp_module_select }, -#endif // extra builtin modules as defined by a port MICROPY_PORT_BUILTIN_MODULES |