diff dmd/CompoundStatement.d @ 167:50a6d232176c

rewrite GlobalExpressions, moved DsymbolTable to Global, some cleanup
author korDen
date Thu, 30 Sep 2010 12:13:49 +0400
parents 9e39c7de8438
children af724d3510d7
line wrap: on
line diff
--- a/dmd/CompoundStatement.d	Thu Sep 30 10:30:15 2010 +0400
+++ b/dmd/CompoundStatement.d	Thu Sep 30 12:13:49 2010 +0400
@@ -71,10 +71,7 @@
 		}
 	}
 	
-	static int indent = 0;
-	static int depth = 0;
-	
-    override Statement semantic(Scope sc)
+	override Statement semantic(Scope sc)
 	{
 		Statement s;