mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 08:31:13 +00:00
Remove unused variable.
llvm-svn: 246874
This commit is contained in:
parent
33e97e63a5
commit
434de7a33f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user