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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h
index ac7319f391f..fd0cad1e541 100644
--- a/lld/ELF/Target.h
+++ b/lld/ELF/Target.h
@@ -55,8 +55,6 @@ public:
// dynamic linker if isRelRelative returns true.
virtual bool isRelRelative(uint32_t Type) const;
- virtual bool refersToGotEntry(uint32_t Type) const;
-
enum PltNeed { Plt_No, Plt_Explicit, Plt_Implicit };
PltNeed needsPlt(uint32_t Type, const SymbolBody &S) const;
OpenPOWER on IntegriCloud