summaryrefslogtreecommitdiff
path: root/extmod/extmod.cmake
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2023-06-06 22:15:44 +1000
committerJim Mussared <jim.mussared@gmail.com>2023-06-08 17:54:28 +1000
commita1fbb1980cf90cc58186eac9cc405a97ebd41e64 (patch)
treecbce396ba0360d134f82e0287c8b2a03a116ff8a /extmod/extmod.cmake
parent8211d56712301d58970904892da5312b11b2ab7c (diff)
extmod/modtimeq: Remove timeq module.
This is a MicroPython-specific module that existed to support the old version of uasyncio. It's undocumented and not enabled on all ports and takes up code size unnecessarily. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'extmod/extmod.cmake')
-rw-r--r--extmod/extmod.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/extmod/extmod.cmake b/extmod/extmod.cmake
index 2bb89423c..8ebaf944f 100644
--- a/extmod/extmod.cmake
+++ b/extmod/extmod.cmake
@@ -34,7 +34,6 @@ set(MICROPY_SOURCE_EXTMOD
${MICROPY_EXTMOD_DIR}/modssl_axtls.c
${MICROPY_EXTMOD_DIR}/modssl_mbedtls.c
${MICROPY_EXTMOD_DIR}/modtime.c
- ${MICROPY_EXTMOD_DIR}/modtimeq.c
${MICROPY_EXTMOD_DIR}/modwebsocket.c
${MICROPY_EXTMOD_DIR}/modzlib.c
${MICROPY_EXTMOD_DIR}/modwebrepl.c