diff dmd/declaration.h @ 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 ccd07d9f2ce9
line wrap: on
line diff
--- a/dmd/declaration.h	Tue Mar 25 18:25:24 2008 +0100
+++ b/dmd/declaration.h	Tue Apr 29 21:33:50 2008 +0200
@@ -24,7 +24,6 @@
 namespace llvm {
     class Value;
 }
-struct IrFunction;
 struct IrVar;
 struct IrGlobal;
 struct IrLocal;
@@ -614,7 +613,6 @@
 
     // llvmdc stuff
     bool runTimeHack;
-    IrFunction* irFunc;
     std::set<VarDeclaration*> nestedVars;
 };