diff gen/irstate.h @ 103:855adfdb8d38 trunk

[svn r107] Getting .classinfo on a class instance now works (classinfo is stored in vtable)
author lindquist
date Sun, 18 Nov 2007 08:25:07 +0100
parents 027b8d8b71ec
children 288fe1029e1f
line wrap: on
line diff
--- a/gen/irstate.h	Sun Nov 18 06:52:57 2007 +0100
+++ b/gen/irstate.h	Sun Nov 18 08:25:07 2007 +0100
@@ -56,7 +56,6 @@
     typedef std::vector<VarDeclaration*> VarDeclVector;
 
 public:
-    IRStruct();
     IRStruct(Type*);
 
     Type* type;