diff options
author | Damien George <damien.p.george@gmail.com> | 2014-10-13 18:04:16 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-10-13 18:04:16 +0100 |
commit | d27c0bb3aa3e571a9efc43fa54c16b85e91a7b03 (patch) | |
tree | 0902a1ce21e5eedbc8eead815a33d1193ea8d025 /py/builtin.h | |
parent | 4b71c056efef42d8bb81b980e0fd53ec0597249d (diff) | |
parent | 911c00bbc5d4197b0f0aac8a1b656098222ac455 (diff) |
Merge pull request #905 from pfalcon/remove-zlibd
Remove zlibd, superceded by uzlib
Diffstat (limited to 'py/builtin.h')
-rw-r--r-- | py/builtin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/builtin.h b/py/builtin.h index 5a68609ae..01ec22d2b 100644 --- a/py/builtin.h +++ b/py/builtin.h @@ -88,7 +88,6 @@ 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_uzlib; extern const mp_obj_module_t mp_module_ujson; extern const mp_obj_module_t mp_module_ure; |