mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-08 20:06:03 +03:00
Frontend: Get rid of unused backend-reserved Symbol
Somewhat reducing memory requirements by stripping the unused fields too.
This commit is contained in:
parent
34e3230ef2
commit
48e8c2ecee
16 changed files with 77 additions and 58 deletions
11
gen/toir.cpp
11
gen/toir.cpp
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue