mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-01 20:10:04 +02:00
[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.
This commit is contained in:
@@ -157,7 +157,6 @@ struct DFuncValue : DValue
|
||||
FuncDeclaration* func;
|
||||
LLValue* val;
|
||||
LLValue* vthis;
|
||||
unsigned cc;
|
||||
|
||||
DFuncValue(FuncDeclaration* fd, LLValue* v, LLValue* vt = 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user