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 4d90fe23245..ed32faa696a 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -56,7 +56,6 @@ public: // dynamic linker if isRelRelative returns true. virtual bool isRelRelative(uint32_t Type) const; - virtual bool isSizeRel(uint32_t Type) const; virtual bool needsDynRelative(uint32_t Type) const { return false; } virtual bool needsGot(uint32_t Type, const SymbolBody &S) const; virtual bool refersToGotEntry(uint32_t Type) const; |