Remove useless declaration

llvm-svn: 206764
This commit is contained in:
Sylvestre Ledru 2014-04-21 17:43:17 +00:00
parent 7cd70df708
commit b96ca6b0c8
1 changed files with 0 additions and 2 deletions

View File

@ -295,7 +295,6 @@ ObjectFileJIT::SetLoadAddress (Target &target,
lldb::addr_t value,
bool value_is_offset)
{
bool changed = false;
size_t num_loaded_sections = 0;
SectionList *section_list = GetSectionList ();
if (section_list)
@ -317,7 +316,6 @@ ObjectFileJIT::SetLoadAddress (Target &target,
}
}
}
changed = num_loaded_sections > 0;
return num_loaded_sections > 0;
}