summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-09-04 21:05:30 +0000
committerRui Ueyama <ruiu@google.com>2015-09-04 21:05:30 +0000
commit434de7a33f7829d7d0dddc77e99cfbdbc150d72d (patch)
treecf544758dc36ea4d91258f163ea63c0275ae347b
parent33e97e63a5928ee6884f41ef8d609653ac1b375f (diff)
downloadbcm5719-llvm-434de7a33f7829d7d0dddc77e99cfbdbc150d72d.tar.gz
bcm5719-llvm-434de7a33f7829d7d0dddc77e99cfbdbc150d72d.zip
Remove unused variable.
llvm-svn: 246874
-rw-r--r--lld/COFF/ICF.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/COFF/ICF.cpp b/lld/COFF/ICF.cpp
index 1c23722d9bc..354b2cee55f 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<uint8_t> A = getContents();
return hash_combine(getPermissions(),
hash_value(SectionName),
NumRelocs,
OpenPOWER on IntegriCloud