diff options
author | Rui Ueyama <ruiu@google.com> | 2016-01-22 19:55:01 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-01-22 19:55:01 +0000 |
commit | ac2b0a168d1ba0403a51bc606a8a61fda5dc4d43 (patch) | |
tree | 925aa5da1df1d245ce13d9dc7d42111429c90743 | |
parent | 46ad363ba4a55efe6346e2de3a97fd90cdf5108a (diff) | |
download | bcm5719-llvm-ac2b0a168d1ba0403a51bc606a8a61fda5dc4d43.tar.gz bcm5719-llvm-ac2b0a168d1ba0403a51bc606a8a61fda5dc4d43.zip |
Remove dead code.
llvm-svn: 258539
-rw-r--r-- | lld/ELF/Symbols.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Symbols.h b/lld/ELF/Symbols.h index 73b074ccd82..b61fa75b1f3 100644 --- a/lld/ELF/Symbols.h +++ b/lld/ELF/Symbols.h @@ -99,7 +99,6 @@ public: uint32_t PltIndex = -1; bool hasGlobalDynIndex() { return GlobalDynIndex != uint32_t(-1); } bool isInGot() const { return GotIndex != -1U; } - bool isInGotPlt() const { return GotPltIndex != -1U; } bool isInPlt() const { return PltIndex != -1U; } // A SymbolBody has a backreference to a Symbol. Originally they are |