diff gen/dvalue.cpp @ 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 aaade6ded589
children 74101be2a553
line wrap: on
line diff
--- a/gen/dvalue.cpp	Sun Jul 13 09:14:01 2008 +0200
+++ b/gen/dvalue.cpp	Sun Jul 13 20:49:10 2008 +0200
@@ -69,7 +69,6 @@
     type = func->type;
     val = v;
     vthis = vt;
-    cc = (unsigned)-1;
 }
 
 LLValue* DFuncValue::getRVal()