This should fix the build bot clang-cmake-armv7-a15-full failing on

the macho-archive-headers.test added with r226228.

llvm-svn: 226232
This commit is contained in:
Kevin Enderby 2015-01-16 00:27:31 +00:00
parent 3f194f7997
commit a975d4df1d
1 changed files with 0 additions and 2 deletions

View File

@ -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();
}