summaryrefslogtreecommitdiff
path: root/ports/unix
diff options
context:
space:
mode:
authorgamblor21 <mark.komus@gmail.com>2020-10-13 18:52:27 -0500
committergamblor21 <mark.komus@gmail.com>2020-10-13 18:52:27 -0500
commit4270061db491bae1e7cca9ca2cbed5db70f9062e (patch)
tree58774cbcdccb8da66b47cb0bd7b23f2ee4bcfb10 /ports/unix
parent0775e2b20def911bb2efb2087e66641a202624c1 (diff)
Moved ORDEREDDICT define to central location
Diffstat (limited to 'ports/unix')
-rw-r--r--ports/unix/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/unix/mpconfigport.h b/ports/unix/mpconfigport.h
index 3ae4ff786..d6bbad9ce 100644
--- a/ports/unix/mpconfigport.h
+++ b/ports/unix/mpconfigport.h
@@ -99,7 +99,6 @@
#define MICROPY_PY_SYS_STDFILES (1)
#define MICROPY_PY_SYS_EXC_INFO (1)
#define MICROPY_PY_COLLECTIONS_DEQUE (1)
-#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
#ifndef MICROPY_PY_MATH_SPECIAL_FUNCTIONS
#define MICROPY_PY_MATH_SPECIAL_FUNCTIONS (1)
#endif