Remove DMDV2 to align with 2.062 upstream source.

This commit is contained in:
David Nadlinger
2013-05-31 21:53:50 +02:00
parent 1b4f0c5d4a
commit c0a5145829

View File

@@ -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
}
}