projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
665f12a
)
Remove unreachable code.
author
Jason Molenda
<jmolenda@apple.com>
Thu, 16 Oct 2014 08:05:49 +0000
(08:05 +0000)
committer
Jason Molenda
<jmolenda@apple.com>
Thu, 16 Oct 2014 08:05:49 +0000
(08:05 +0000)
llvm-svn: 219912
lldb/source/Symbol/ObjectFile.cpp
patch
|
blob
|
history
diff --git
a/lldb/source/Symbol/ObjectFile.cpp
b/lldb/source/Symbol/ObjectFile.cpp
index 0e24a2e35490e7e091dd41de06d1467e6ee4e33d..f7cf3ccdbabcac0f6958f404f0f1a744b4907589 100644
(file)
--- 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;
}