Remove unreachable code.
authorJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 08:05:49 +0000 (08:05 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 08:05:49 +0000 (08:05 +0000)
llvm-svn: 219912

lldb/source/Symbol/ObjectFile.cpp

index 0e24a2e..f7cf3cc 100644 (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
         return GetData(section->GetFileOffset(), section->GetFileSize(), section_data);
     }
-    section_data.Clear();
-    return 0;
 }