Remove unused varaible.
authorRui Ueyama <ruiu@google.com>
Thu, 2 Apr 2015 00:18:58 +0000 (00:18 +0000)
committerRui 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

index b1d3c09dc936ca837ff8c902e47b605ca24b093b..293602252b8f038506336233eae137efe1ec8959 100644 (file)
@@ -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