Remove extraneous curlies. No functionality change.

llvm-svn: 141439
This commit is contained in:
Nick Lewycky 2011-10-07 23:28:32 +00:00
parent 6e5778f7b1
commit c6ac5f7388
1 changed files with 1 additions and 2 deletions

View File

@ -1001,11 +1001,10 @@ void ELFObjectWriter::WriteSection(MCAssembler &Asm,
// Nothing to do.
break;
case ELF::SHT_GROUP: {
case ELF::SHT_GROUP:
sh_link = SymbolTableIndex;
sh_info = GroupSymbolIndex;
break;
}
default:
assert(0 && "FIXME: sh_type value not supported!");