remove unneeded { }

llvm-svn: 221478
This commit is contained in:
Nick Kledzik 2014-11-06 19:33:59 +00:00
parent 24f504001d
commit babee83257

View File

@ -641,9 +641,8 @@ bool DarwinLdDriver::parse(int argc, const char *argv[],
}
// Handle debug info handling options: -S
if (parsedArgs->hasArg(OPT_S)) {
if (parsedArgs->hasArg(OPT_S))
ctx.setDebugInfoMode(MachOLinkingContext::DebugInfoMode::noDebugMap);
}
// Handle input files
for (auto &arg : *parsedArgs) {