Skip to content

Commit b96ca6b

Browse files
committed
Remove useless declaration
llvm-svn: 206764
1 parent 7cd70df commit b96ca6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ ObjectFileJIT::SetLoadAddress (Target &target,
295295
lldb::addr_t value,
296296
bool value_is_offset)
297297
{
298-
bool changed = false;
299298
size_t num_loaded_sections = 0;
300299
SectionList *section_list = GetSectionList ();
301300
if (section_list)
@@ -317,7 +316,6 @@ ObjectFileJIT::SetLoadAddress (Target &target,
317316
}
318317
}
319318
}
320-
changed = num_loaded_sections > 0;
321319
return num_loaded_sections > 0;
322320
}
323321

0 commit comments

Comments
 (0)