[lld] r344342 - [ELF] - Remove dead declaration. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 12 06:25:25 PDT 2018
Author: grimar
Date: Fri Oct 12 06:25:25 2018
New Revision: 344342
URL: http://llvm.org/viewvc/llvm-project?rev=344342&view=rev
Log:
[ELF] - Remove dead declaration. NFC.
MipsGotSection::FileGot::isOverflow()
was a dead declararion.
Modified:
lld/trunk/ELF/SyntheticSections.h
Modified: lld/trunk/ELF/SyntheticSections.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SyntheticSections.h?rev=344342&r1=344341&r2=344342&view=diff
==============================================================================
--- lld/trunk/ELF/SyntheticSections.h (original)
+++ lld/trunk/ELF/SyntheticSections.h Fri Oct 12 06:25:25 2018
@@ -340,8 +340,6 @@ private:
size_t getPageEntriesNum() const;
// Number of entries require 16-bit index to access.
size_t getIndexedEntriesNum() const;
-
- bool isOverflow() const;
};
// Container of GOT created for each input file.
More information about the llvm-commits
mailing list