mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-06 02:11:30 +02:00
Remove some overly verbose logging.
This commit is contained in:
@@ -687,8 +687,11 @@ void X86_64TargetABI::rewriteFunctionType(TypeFunction* tf) {
|
||||
if (ty->ty == Tstruct)
|
||||
fixup_D(arg);
|
||||
|
||||
#if 0
|
||||
// These can get pretty large...
|
||||
if (Logger::enabled())
|
||||
Logger::cout() << "New arg type: " << *arg.ltype << '\n';
|
||||
#endif
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user