From cec91ef92169483fbcc85c78a65e00a6fda1c35b Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 26 Feb 2016 01:20:20 +0000 Subject: Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break. llvm-svn: 261950 --- lldb/source/Symbol/ObjectFile.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Symbol/ObjectFile.cpp') diff --git a/lldb/source/Symbol/ObjectFile.cpp b/lldb/source/Symbol/ObjectFile.cpp index 2ee3a634487..208f3f2ad6d 100644 --- a/lldb/source/Symbol/ObjectFile.cpp +++ b/lldb/source/Symbol/ObjectFile.cpp @@ -547,8 +547,6 @@ ObjectFile::ReadSectionData (const Section *section, DataExtractor& section_data // The object file now contains a full mmap'ed copy of the object file data, so just use this return MemoryMapSectionData (section, section_data); } - section_data.Clear(); - return 0; } size_t -- cgit v1.2.3