diff options
-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 |