[ELF] Remove redundant empty line. NFC

llvm-svn: 266421
This commit is contained in:
Simon Atanasyan 2016-04-15 09:47:36 +00:00
parent 9a0fdfe009
commit 7ac68ccdc0
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ private:
// Output sections referenced by MIPS GOT relocations.
llvm::SmallPtrSet<const OutputSectionBase<ELFT> *, 10> MipsOutSections;
llvm::DenseMap<uintX_t, size_t> MipsLocalGotPos;
};
template <class ELFT>