mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-16 11:53:13 +01:00
Don't log the uninteresting case of DtoConstExpInit.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user