mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-02 08:01:11 +03:00
Get rid of superfluous IrDsymbol state Initialized
This commit is contained in:
parent
3f452646f5
commit
209ba2553d
3 changed files with 1 additions and 12 deletions
|
@ -863,9 +863,6 @@ void DtoResolveVariable(VarDeclaration *vd) {
|
|||
|
||||
auto irGlobal = getIrGlobal(vd, true);
|
||||
irGlobal->getValue();
|
||||
|
||||
assert(!vd->ir->isInitialized());
|
||||
vd->ir->setInitialized();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue