From: Chad Rosier Date: Wed, 2 Nov 2011 23:21:55 +0000 (+0000) Subject: Removed unused variable. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eefb0de6dc383faa2d95536ac5e9deb71958d953;p=oota-llvm.git Removed unused variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143591 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Object/Archive.cpp b/lib/Object/Archive.cpp index 968ddcdcffc..a1bd8b6c923 100644 --- a/lib/Object/Archive.cpp +++ b/lib/Object/Archive.cpp @@ -223,7 +223,6 @@ error_code Archive::Symbol::getMember(child_iterator &Result) const { uint32_t member_count = *reinterpret_cast(buf); const char *offsets = buf + 4; buf += 4 + (member_count * 4); // Skip offsets. - uint32_t symbol_count = *reinterpret_cast(buf); const char *indicies = buf + 4; uint16_t offsetindex =