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:
Chad Rosier 2011-11-02 23:21:55 +00:00
parent 9c674bb012
commit eefb0de6dc

View File

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