forked from OSchip/llvm-project
parent
665f12a870
commit
a68e4dcd7e
|
@ -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
|
||||
return GetData(section->GetFileOffset(), section->GetFileSize(), section_data);
|
||||
}
|
||||
section_data.Clear();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue