diff gen/dvalue.h @ 347:6057fdf797d8 trunk

[svn r368] Fixed custom class allocators with arbitrary user arguments. Closes #25 Removed some dead code. Started on a more generalised approach to call misc. D functions.
author lindquist
date Sun, 13 Jul 2008 20:49:10 +0200
parents 17b844102023
children 926f65e39246
line wrap: on
line diff
--- a/gen/dvalue.h	Sun Jul 13 09:14:01 2008 +0200
+++ b/gen/dvalue.h	Sun Jul 13 20:49:10 2008 +0200
@@ -157,7 +157,6 @@
     FuncDeclaration* func;
     LLValue* val;
     LLValue* vthis;
-    unsigned cc;
 
     DFuncValue(FuncDeclaration* fd, LLValue* v, LLValue* vt = 0);