diff --git a/dmd2/irstate.c b/dmd2/irstate.c index 0bb9cdce..fc6475c6 100644 --- a/dmd2/irstate.c +++ b/dmd2/irstate.c @@ -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 } }