mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 21:33:13 +01:00
Remove useless log delimiters, we do have log scopes.
This commit is contained in:
@@ -522,7 +522,6 @@ void AsmBlockStatement::toIR(IRState* p)
|
||||
{
|
||||
Logger::println("AsmBlockStatement::toIR(): %s", loc.toChars());
|
||||
LOG_SCOPE;
|
||||
Logger::println("BEGIN ASM");
|
||||
|
||||
// disable inlining by default
|
||||
if (!p->func()->decl->allowInlining)
|
||||
@@ -768,7 +767,6 @@ void AsmBlockStatement::toIR(IRState* p)
|
||||
}
|
||||
|
||||
p->asmBlock = NULL;
|
||||
Logger::println("END ASM");
|
||||
|
||||
// if asm contained external branches, emit goto forwarder code
|
||||
if(!gotoToVal.empty())
|
||||
|
||||
Reference in New Issue
Block a user