summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2014-10-16 08:05:49 +0000
committerJason Molenda <jmolenda@apple.com>2014-10-16 08:05:49 +0000
commita68e4dcd7ebd42d885d1f8d5a8fb86031b5586b3 (patch)
tree3ec8e4e42eb356c4966e20921918222ba6d5fb79
parent665f12a870f5d3134606d1bcbefcca33e0bfe6c0 (diff)
downloadbcm5719-llvm-a68e4dcd7ebd42d885d1f8d5a8fb86031b5586b3.tar.gz
bcm5719-llvm-a68e4dcd7ebd42d885d1f8d5a8fb86031b5586b3.zip
Remove unreachable code.
llvm-svn: 219912
-rw-r--r--lldb/source/Symbol/ObjectFile.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Symbol/ObjectFile.cpp b/lldb/source/Symbol/ObjectFile.cpp
index 0e24a2e3549..f7cf3ccdbab 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;
}
OpenPOWER on IntegriCloud