mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 23:50:43 +03:00
Removed some dead code.
Fixed assertion filenames for imported template instances. Fixes #152 .
This commit is contained in:
parent
6cd6ddd237
commit
7d2a0a84a7
6 changed files with 13 additions and 13 deletions
|
@ -33,9 +33,6 @@ IrFunction::IrFunction(FuncDeclaration* fd)
|
|||
|
||||
dwarfSubProg = NULL;
|
||||
|
||||
srcfileArg = NULL;
|
||||
msgArg = NULL;
|
||||
|
||||
nextUnique.push(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue