Frontend: Get rid of unused backend-reserved Symbol

Somewhat reducing memory requirements by stripping the unused fields too.
This commit is contained in:
Martin Kinkelin 2020-07-01 22:36:48 +02:00
parent 34e3230ef2
commit 48e8c2ecee
16 changed files with 77 additions and 58 deletions

View file

@ -2924,14 +2924,3 @@ bool toInPlaceConstruction(DLValue *lhs, Expression *rhs) {
return false;
}
////////////////////////////////////////////////////////////////////////////////
// FIXME: Implement & place in right module
Symbol *toModuleAssert(Module *m) { return nullptr; }
// FIXME: Implement & place in right module
Symbol *toModuleUnittest(Module *m) { return nullptr; }
// FIXME: Implement & place in right module
Symbol *toModuleArray(Module *m) { return nullptr; }