diff dmd/struct.c @ 156:ccd07d9f2ce9 trunk

[svn r172] moving all IR state previously stored in Dsymbol into IrDsymbol and a Dsymbol->IrDsymbol map
author ChristianK
date Thu, 01 May 2008 13:05:53 +0200
parents ce7b81fb957f
children aaade6ded589
line wrap: on
line diff
--- a/dmd/struct.c	Tue Apr 29 21:33:50 2008 +0200
+++ b/dmd/struct.c	Thu May 01 13:05:53 2008 +0200
@@ -44,8 +44,6 @@
     stag = NULL;
     sinit = NULL;
     scope = NULL;
-
-    irStruct = NULL;
 }
 
 enum PROT AggregateDeclaration::prot()