summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Mips/MipsLinkingContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/Mips/MipsLinkingContext.h')
-rw-r--r--lld/lib/ReaderWriter/ELF/Mips/MipsLinkingContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/Mips/MipsLinkingContext.h b/lld/lib/ReaderWriter/ELF/Mips/MipsLinkingContext.h
index ef8ff42b6d7..d39e403ccfc 100644
--- a/lld/lib/ReaderWriter/ELF/Mips/MipsLinkingContext.h
+++ b/lld/lib/ReaderWriter/ELF/Mips/MipsLinkingContext.h
@@ -47,7 +47,6 @@ public:
bool isRelaOutputFormat() const override { return false; }
bool isDynamicRelocation(const DefinedAtom &,
const Reference &r) const override;
- bool isCopyRelocation(const Reference &r) const override;
bool isPLTRelocation(const DefinedAtom &, const Reference &r) const override;
};
OpenPOWER on IntegriCloud