summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-10-13 18:04:16 +0100
committerDamien George <damien.p.george@gmail.com>2014-10-13 18:04:16 +0100
commitd27c0bb3aa3e571a9efc43fa54c16b85e91a7b03 (patch)
tree0902a1ce21e5eedbc8eead815a33d1193ea8d025 /py/mpconfig.h
parent4b71c056efef42d8bb81b980e0fd53ec0597249d (diff)
parent911c00bbc5d4197b0f0aac8a1b656098222ac455 (diff)
Merge pull request #905 from pfalcon/remove-zlibd
Remove zlibd, superceded by uzlib
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 96108a611..618b8fde5 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -391,10 +391,6 @@ typedef double mp_float_t;
#define MICROPY_PY_UCTYPES (0)
#endif
-#ifndef MICROPY_PY_ZLIBD
-#define MICROPY_PY_ZLIBD (0)
-#endif
-
#ifndef MICROPY_PY_UZLIB
#define MICROPY_PY_UZLIB (0)
#endif