From: Jason Molenda Date: Thu, 16 Oct 2014 08:05:49 +0000 (+0000) Subject: Remove unreachable code. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a68e4dcd7ebd42d885d1f8d5a8fb86031b5586b3;p=platform%2Fupstream%2Fllvm.git Remove unreachable code. llvm-svn: 219912 --- diff --git a/lldb/source/Symbol/ObjectFile.cpp b/lldb/source/Symbol/ObjectFile.cpp index 0e24a2e..f7cf3cc 100644 --- a/lldb/source/Symbol/ObjectFile.cpp +++ b/lldb/source/Symbol/ObjectFile.cpp @@ -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; }