diff ir/irstruct.cpp @ 802:28ce72c60a21

Fixed some problems with the addZeros forward declarations having type mismatches.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 29 Nov 2008 20:57:52 +0100
parents d14e4594c7d7
children c62c6936635b
line wrap: on
line diff
--- a/ir/irstruct.cpp	Sat Nov 29 18:28:32 2008 +0100
+++ b/ir/irstruct.cpp	Sat Nov 29 20:57:52 2008 +0100
@@ -120,8 +120,6 @@
 
 //////////////////////////////////////////
 
-void addZeros(std::vector<const llvm::Type*>& inits, size_t pos, size_t offset);
-
 void IrStruct::addVar(VarDeclaration * var)
 {
     TypeVector* tvec = &types;