diff dmd/dsymbol.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 0e28624814e8
children 5acec6b2eef8
line wrap: on
line diff
--- a/dmd/dsymbol.c	Tue Apr 29 21:33:50 2008 +0200
+++ b/dmd/dsymbol.c	Thu May 01 13:05:53 2008 +0200
@@ -47,14 +47,6 @@
     this->llvmInternal = LLVMnone;
     this->llvmInternal1 = NULL;
     this->llvmInternal2 = NULL;
-
-    //this->llvmValue = NULL;
-    this->llvmDModule = NULL;
-
-    this->llvmResolved = false;
-    this->llvmDeclared = false;
-    this->llvmInitialized = false;
-    this->llvmDefined = false;
 }
 
 Dsymbol::Dsymbol(Identifier *ident)
@@ -71,14 +63,6 @@
     this->llvmInternal = LLVMnone;
     this->llvmInternal1 = NULL;
     this->llvmInternal2 = NULL;
-
-    //this->llvmValue = NULL;
-    this->llvmDModule = NULL;
-
-    this->llvmResolved = false;
-    this->llvmDeclared = false;
-    this->llvmInitialized = false;
-    this->llvmDefined = false;
 }
 
 int Dsymbol::equals(Object *o)