projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8458647
)
Remove unused varaible.
author
Rui Ueyama
<ruiu@google.com>
Thu, 2 Apr 2015 00:18:58 +0000
(
00:18
+0000)
committer
Rui Ueyama
<ruiu@google.com>
Thu, 2 Apr 2015 00:18:58 +0000
(
00:18
+0000)
llvm-svn: 233872
lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationHandler.h
patch
|
blob
|
history
diff --git
a/lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationHandler.h
b/lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationHandler.h
index b1d3c09dc936ca837ff8c902e47b605ca24b093b..293602252b8f038506336233eae137efe1ec8959 100644
(file)
--- a/
lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationHandler.h
+++ b/
lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationHandler.h
@@
-23,8
+23,6
@@
public:
std::error_code applyRelocation(ELFWriter &, llvm::FileOutputBuffer &,
const lld::AtomLayout &,
const Reference &) const override;
-
- static const Registry::KindStrings kindStrings[];
};
} // end namespace elf