Remove unreachable code.

llvm-svn: 219912
This commit is contained in:
Jason Molenda 2014-10-16 08:05:49 +00:00
parent 665f12a870
commit a68e4dcd7e
1 changed files with 0 additions and 2 deletions

View File

@ -558,8 +558,6 @@ ObjectFile::MemoryMapSectionData (const Section *section, DataExtractor& section
// The object file now contains a full mmap'ed copy of the object file data, so just use this // The object file now contains a full mmap'ed copy of the object file data, so just use this
return GetData(section->GetFileOffset(), section->GetFileSize(), section_data); return GetData(section->GetFileOffset(), section->GetFileSize(), section_data);
} }
section_data.Clear();
return 0;
} }