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/builtintables.c | |
parent | 4b71c056efef42d8bb81b980e0fd53ec0597249d (diff) | |
parent | 911c00bbc5d4197b0f0aac8a1b656098222ac455 (diff) |
Merge pull request #905 from pfalcon/remove-zlibd
Remove zlibd, superceded by uzlib
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 972aee9c1..b67ef0516 100644 --- a/py/builtintables.c +++ b/py/builtintables.c @@ -203,9 +203,6 @@ STATIC const mp_map_elem_t mp_builtin_module_table[] = { #if MICROPY_PY_UCTYPES { MP_OBJ_NEW_QSTR(MP_QSTR_uctypes), (mp_obj_t)&mp_module_uctypes }, #endif -#if MICROPY_PY_ZLIBD - { MP_OBJ_NEW_QSTR(MP_QSTR_zlibd), (mp_obj_t)&mp_module_zlibd }, -#endif #if MICROPY_PY_UZLIB { MP_OBJ_NEW_QSTR(MP_QSTR_uzlib), (mp_obj_t)&mp_module_uzlib }, #endif |