Remove raw address from log output.

Makes comparing logs harder.
This commit is contained in:
David Nadlinger
2013-06-12 11:48:54 +02:00
parent 55d7fc708e
commit 5dadec2e70

View File

@@ -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)