Remove outdated #ifdef (#2564)
This commit is contained in:
@ -222,7 +222,6 @@ void sendSerial(const char *data, int len) {
|
|||||||
logwriten(data, len);
|
logwriten(data, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef PXT_GC
|
|
||||||
ThreadContext *getThreadContext() {
|
ThreadContext *getThreadContext() {
|
||||||
if (!currentFiber)
|
if (!currentFiber)
|
||||||
return NULL;
|
return NULL;
|
||||||
@ -273,6 +272,5 @@ void gcProcessStacks(int flags) {
|
|||||||
}
|
}
|
||||||
xfree(fibers);
|
xfree(fibers);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
} // namespace pxt
|
} // namespace pxt
|
||||||
|
Reference in New Issue
Block a user