diff dmd/func.c @ 155:7f92f477ff53 trunk

[svn r171] starting to move IR data from AST nodes into IRState; started with IrFunction
author ChristianK
date Tue, 29 Apr 2008 21:33:50 +0200
parents 0e28624814e8
children 5acec6b2eef8
line wrap: on
line diff
--- a/dmd/func.c	Tue Mar 25 18:25:24 2008 +0100
+++ b/dmd/func.c	Tue Apr 29 21:33:50 2008 +0200
@@ -75,7 +75,6 @@
     shidden = NULL;
     // llvmdc
     runTimeHack = false;
-    irFunc = NULL;
 }
 
 Dsymbol *FuncDeclaration::syntaxCopy(Dsymbol *s)