From 7823ee33073e3fb7a092bcb42d506539f929ac8e Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Wed, 3 Aug 2011 16:23:33 +0000 Subject: testing for a previous issue where formats in summaries where not enforced in all cases ; removed an unused local variable llvm-svn: 136785 --- lldb/source/Core/Module.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Core/Module.cpp') 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); -- cgit v1.2.3