diff dmd/dsymbol.c @ 443:44f08170f4ef

Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn. Reworked the LLVMDC specific pragmas.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 01 Aug 2008 00:32:06 +0200
parents f1d37dc5d354
children e83ba4ae4878
line wrap: on
line diff
--- a/dmd/dsymbol.c	Thu Jul 31 19:14:49 2008 +0200
+++ b/dmd/dsymbol.c	Fri Aug 01 00:32:06 2008 +0200
@@ -45,8 +45,6 @@
     this->comment = NULL;
 
     this->llvmInternal = LLVMnone;
-    this->llvmInternal1 = NULL;
-    this->llvmInternal2 = NULL;
 }
 
 Dsymbol::Dsymbol(Identifier *ident)
@@ -61,8 +59,6 @@
     this->comment = NULL;
 
     this->llvmInternal = LLVMnone;
-    this->llvmInternal1 = NULL;
-    this->llvmInternal2 = NULL;
 }
 
 int Dsymbol::equals(Object *o)