From 013d53c0b48cd22ef9476f048c2f944a86d5ce67 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 26 Aug 2014 17:18:12 +0100 Subject: Remove skeletal modselect from extmod and just put it in stmhal. --- py/builtintables.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'py/builtintables.c') 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 -- cgit v1.2.3