diff options
Diffstat (limited to 'contrib/llvm-project/lld/ELF/Arch/SPARCV9.cpp')
-rw-r--r-- | contrib/llvm-project/lld/ELF/Arch/SPARCV9.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/llvm-project/lld/ELF/Arch/SPARCV9.cpp b/contrib/llvm-project/lld/ELF/Arch/SPARCV9.cpp index 9e18ae4753bc..1aebb57951cb 100644 --- a/contrib/llvm-project/lld/ELF/Arch/SPARCV9.cpp +++ b/contrib/llvm-project/lld/ELF/Arch/SPARCV9.cpp @@ -35,7 +35,6 @@ public: SPARCV9::SPARCV9() { copyRel = R_SPARC_COPY; gotRel = R_SPARC_GLOB_DAT; - noneRel = R_SPARC_NONE; pltRel = R_SPARC_JMP_SLOT; relativeRel = R_SPARC_RELATIVE; symbolicRel = R_SPARC_64; |