summaryrefslogtreecommitdiff
path: root/py/builtin.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-08-26 17:18:12 +0100
committerDamien George <damien.p.george@gmail.com>2014-09-07 20:42:01 +0100
commit013d53c0b48cd22ef9476f048c2f944a86d5ce67 (patch)
tree753686da1b33b96829df9b2c4d3bd4f9739a9ea7 /py/builtin.h
parente2a618615df33d884dde975c3e0a0727d9ea9629 (diff)
Remove skeletal modselect from extmod and just put it in stmhal.
Diffstat (limited to 'py/builtin.h')
-rw-r--r--py/builtin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/builtin.h b/py/builtin.h
index 2ccd4481a..1bb61f6eb 100644
--- a/py/builtin.h
+++ b/py/builtin.h
@@ -89,4 +89,3 @@ extern struct _dummy_t mp_sys_stderr_obj;
// extmod modules
extern const mp_obj_module_t mp_module_uctypes;
extern const mp_obj_module_t mp_module_zlibd;
-extern const mp_obj_module_t mp_module_select;