mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 12:49:50 +00:00
Removed unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143591 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c674bb012
commit
eefb0de6dc
@ -223,7 +223,6 @@ error_code Archive::Symbol::getMember(child_iterator &Result) const {
|
||||
uint32_t member_count = *reinterpret_cast<const support::ulittle32_t*>(buf);
|
||||
const char *offsets = buf + 4;
|
||||
buf += 4 + (member_count * 4); // Skip offsets.
|
||||
uint32_t symbol_count = *reinterpret_cast<const support::ulittle32_t*>(buf);
|
||||
const char *indicies = buf + 4;
|
||||
|
||||
uint16_t offsetindex =
|
||||
|
Loading…
Reference in New Issue
Block a user