This is acceptted by clang and gcc, but MSVC seems to balk at it. As it is
unneeded, simply drop it. Fixes MSVC buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200456
91177308-0d34-0410-b5e6-
96231b3b80d8
}
DictScope BA(W, "BuildAttributes");
- for (typename ELFO::Elf_Shdr_Iter SI = Obj->begin_sections(),
- SE = Obj->end_sections(); SI != SE; ++SI) {
+ for (ELFO::Elf_Shdr_Iter SI = Obj->begin_sections(), SE = Obj->end_sections();
+ SI != SE; ++SI) {
if (SI->sh_type != ELF::SHT_ARM_ATTRIBUTES)
continue;