From a975d4df1d656a47580594efbbbcfabff04fa2e2 Mon Sep 17 00:00:00 2001 From: Kevin Enderby Date: Fri, 16 Jan 2015 00:27:31 +0000 Subject: This should fix the build bot clang-cmake-armv7-a15-full failing on the macho-archive-headers.test added with r226228. llvm-svn: 226232 --- llvm/lib/Object/Archive.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Object/Archive.cpp') diff --git a/llvm/lib/Object/Archive.cpp b/llvm/lib/Object/Archive.cpp index ba35e49faa6..f14b29e1622 100644 --- a/llvm/lib/Object/Archive.cpp +++ b/llvm/lib/Object/Archive.cpp @@ -111,8 +111,6 @@ uint64_t Archive::Child::getSize() const { } uint64_t Archive::Child::getRawSize() const { - if (Parent->IsThin) - return getHeader()->getSize(); return Data.size(); } -- cgit v1.2.3