mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-11 09:23:13 +01:00
Remove DMDV2 to align with 2.062 upstream source.
This commit is contained in:
@@ -33,9 +33,7 @@ IRState::IRState(IRState *irs, Statement *s)
|
||||
sthis = irs->sthis;
|
||||
blx = irs->blx;
|
||||
deferToObj = irs->deferToObj;
|
||||
#if DMDV2
|
||||
varsInScope = irs->varsInScope;
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -45,9 +43,7 @@ IRState::IRState(IRState *irs, Statement *s)
|
||||
sthis = NULL;
|
||||
blx = NULL;
|
||||
deferToObj = NULL;
|
||||
#if DMDV2
|
||||
varsInScope = NULL;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user