Don't log the uninteresting case of DtoConstExpInit.

This commit is contained in:
David Nadlinger
2013-10-12 23:14:48 +02:00
parent e1abb01e55
commit b556ad9996

View File

@@ -1374,7 +1374,6 @@ LLConstant* DtoConstExpInit(Loc loc, Type* targetType, Expression* exp)
if (expBase->equals(targetBase) && targetBase->ty != Tbool)
{
Logger::println("Matching D types, nothing left to do.");
return val;
}