diff options
Diffstat (limited to 'lld/ELF/Target.h')
| -rw-r--r-- | lld/ELF/Target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h index 47b8852e045..7b461ea21fc 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -68,7 +68,6 @@ public: virtual RelExpr getRelExpr(uint32_t Type, const SymbolBody &S) const = 0; virtual void relocateOne(uint8_t *Loc, uint32_t Type, uint64_t Val) const = 0; - virtual bool isGotRelative(uint32_t Type) const; bool canRelaxTls(uint32_t Type, const SymbolBody *S) const; template <class ELFT> bool needsCopyRel(uint32_t Type, const SymbolBody &S) const; |

