From 3d5b6d43cc2f7dcd08fe8b80c49edaeee5c608a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Moskal?= Date: Mon, 23 Dec 2019 18:42:29 +0100 Subject: [PATCH] Remove outdated #ifdef (#2564) --- libs/core/codal.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/core/codal.cpp b/libs/core/codal.cpp index a5fafe4e..65e757dc 100644 --- a/libs/core/codal.cpp +++ b/libs/core/codal.cpp @@ -222,7 +222,6 @@ void sendSerial(const char *data, int len) { logwriten(data, len); } -#ifdef PXT_GC ThreadContext *getThreadContext() { if (!currentFiber) return NULL; @@ -273,6 +272,5 @@ void gcProcessStacks(int flags) { } xfree(fibers); } -#endif } // namespace pxt