Remove outdated #ifdef (#2564)

This commit is contained in:
Michał Moskal
2019-12-23 18:42:29 +01:00
committed by GitHub
parent cdab9a1db0
commit 3d5b6d43cc

View File

@ -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