Remove unused variable.

llvm-svn: 246874
This commit is contained in:
Rui Ueyama 2015-09-04 21:05:30 +00:00
parent 33e97e63a5
commit 434de7a33f

View File

@ -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,