Remove unused variable.

llvm-svn: 233864
This commit is contained in:
Rui Ueyama 2015-04-01 22:55:16 +00:00
parent 5c9709f956
commit cb15900a7f
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ public:
std::unique_ptr<Writer> getWriter() override;
private:
llvm::BumpPtrAllocator _alloc;
static const Registry::KindStrings kindStrings[];
HexagonLinkingContext &_ctx;
std::unique_ptr<HexagonRuntimeFile<HexagonELFType>> _runtimeFile;