Remove skeletal modselect from extmod and just put it in stmhal.

This commit is contained in:
Damien George
2014-08-26 17:18:12 +01:00
parent e2a618615d
commit 013d53c0b4
10 changed files with 36 additions and 93 deletions

View File

@@ -463,11 +463,3 @@ Q(deleter)
Q(zlibd)
Q(decompress)
#endif
#if MICROPY_PY_SELECT
Q(select)
Q(poll)
Q(register)
Q(unregister)
Q(modify)
#endif