mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 23:50:43 +03:00
DtoDeclareFunction: Remove unnecessary indentation (NFC)
This commit is contained in:
parent
6555f2776e
commit
410203b37a
1 changed files with 61 additions and 64 deletions
|
@ -535,8 +535,6 @@ void DtoDeclareFunction(FuncDeclaration* fdecl)
|
|||
|
||||
IrFuncTy &irFty = irFunc->irFty;
|
||||
|
||||
// if (!declareOnly)
|
||||
{
|
||||
// name parameters
|
||||
llvm::Function::arg_iterator iarg = func->arg_begin();
|
||||
|
||||
|
@ -605,7 +603,6 @@ void DtoDeclareFunction(FuncDeclaration* fdecl)
|
|||
iarg->setName("unnamed");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue