From 434de7a33f7829d7d0dddc77e99cfbdbc150d72d Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 4 Sep 2015 21:05:30 +0000 Subject: [PATCH] Remove unused variable. llvm-svn: 246874 --- lld/COFF/ICF.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lld/COFF/ICF.cpp b/lld/COFF/ICF.cpp index 1c23722d9bc7..354b2cee55f2 100644 --- a/lld/COFF/ICF.cpp +++ b/lld/COFF/ICF.cpp @@ -38,7 +38,6 @@ struct Equals { } // anonymous namespace uint64_t SectionChunk::getHash() const { - ArrayRef A = getContents(); return hash_combine(getPermissions(), hash_value(SectionName), NumRelocs,