mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-13 19:04:10 +02:00
Fixed a crash when compiling test runnable/A16.
This commit is contained in:
@@ -958,7 +958,6 @@ DValue* DtoDeclarationExp(Dsymbol* declaration)
|
||||
#endif
|
||||
Logger::println("has nestedref set");
|
||||
assert(vd->ir.irLocal);
|
||||
|
||||
DtoNestedInit(vd);
|
||||
}
|
||||
// normal stack variable, allocate storage on the stack if it has not already been done
|
||||
|
||||
Reference in New Issue
Block a user