summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
diff options
context:
space:
mode:
authorEnrico Granata <granata.enrico@gmail.com>2011-08-03 16:23:33 +0000
committerEnrico Granata <granata.enrico@gmail.com>2011-08-03 16:23:33 +0000
commit7823ee33073e3fb7a092bcb42d506539f929ac8e (patch)
tree7ba023407d0cd2030496a9c2919d0713f8e0459d /lldb/source/Core/Module.cpp
parenta789aa770ee9fc4a3d10ea583f4abff2c9972cde (diff)
downloadbcm5719-llvm-7823ee33073e3fb7a092bcb42d506539f929ac8e.tar.gz
bcm5719-llvm-7823ee33073e3fb7a092bcb42d506539f929ac8e.zip
testing for a previous issue where formats in summaries where not enforced in all cases ; removed an unused local variable
llvm-svn: 136785
Diffstat (limited to 'lldb/source/Core/Module.cpp')
-rw-r--r--lldb/source/Core/Module.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp
index 0e5f67a0ba6..f35e36e26e3 100644
--- a/lldb/source/Core/Module.cpp
+++ b/lldb/source/Core/Module.cpp
@@ -700,7 +700,6 @@ Module::IsLoadedInTarget (Target *target)
if (sections != NULL)
{
size_t num_sections = sections->GetSize();
- bool loaded = false;
for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++)
{
SectionSP section_sp = sections->GetSectionAtIndex(sect_idx);
OpenPOWER on IntegriCloud