summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpconfig.h
diff options
context:
space:
mode:
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 fc5d6ce2e1..adbcb0eb71 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -390,10 +390,6 @@ typedef double mp_float_t;
#define MICROPY_PY_ZLIBD (0)
#endif
-#ifndef MICROPY_PY_SELECT
-#define MICROPY_PY_SELECT (0)
-#endif
-
/*****************************************************************************/
/* Hooks for a port to add builtins */