mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-14 02:43:23 +01:00
Remove raw address from log output.
Makes comparing logs harder.
This commit is contained in:
@@ -2874,7 +2874,6 @@ DValue* StructLiteralExp::toElem(IRState* p)
|
||||
|
||||
// get initializer
|
||||
Expression* expr = (it.index < nexprs) ? exprs[it.index] : NULL;
|
||||
IF_LOG Logger::println("expr: %p", expr);
|
||||
DValue* val;
|
||||
DConstValue cv(vd->type, NULL); // Only used in one branch; value is set beforehand
|
||||
if (expr)
|
||||
|
||||
Reference in New Issue
Block a user