summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Target.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Target.h')
-rw-r--r--lld/ELF/Target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h
index 7b461ea21fc..b8e6ea32ba7 100644
--- a/lld/ELF/Target.h
+++ b/lld/ELF/Target.h
@@ -55,7 +55,6 @@ public:
// dynamic linker if isRelRelative returns true.
virtual bool isRelRelative(uint32_t Type) const;
- virtual bool needsDynRelative(uint32_t Type) const { return false; }
virtual bool refersToGotEntry(uint32_t Type) const;
enum PltNeed { Plt_No, Plt_Explicit, Plt_Implicit };
OpenPOWER on IntegriCloud