From c0a5145829b7c3a8eb9ccdc0c70b849a8d03c6e2 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Fri, 31 May 2013 21:53:50 +0200 Subject: [PATCH] Remove DMDV2 to align with 2.062 upstream source. --- dmd2/irstate.c | 4 ---- 1 file changed, 4 deletions(-) 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 } }