diff options
| author | Raphael Isemann <teemperor@gmail.com> | 2019-12-17 08:53:00 +0100 |
|---|---|---|
| committer | Raphael Isemann <teemperor@gmail.com> | 2019-12-17 08:53:06 +0100 |
| commit | 3c6554be2e3c1500f825df5f7c186f2e58d6a33a (patch) | |
| tree | b6dbe8ef16c8f6f38e0f3d0d76a122fdfbc3d045 /lldb/source/Target/ThreadPlanStepRange.cpp | |
| parent | 13ce7c1291b95eaadef2c66e372a070b45e207bc (diff) | |
| download | bcm5719-llvm-3c6554be2e3c1500f825df5f7c186f2e58d6a33a.tar.gz bcm5719-llvm-3c6554be2e3c1500f825df5f7c186f2e58d6a33a.zip | |
[lldb] Fix unused variable warning in ThreadPlanStepRange.cpp
This was added in 434905b97d961531286d4b49c7ee1969f7cbea0e.
Remove it to fix the compiler warnings for this.
Diffstat (limited to 'lldb/source/Target/ThreadPlanStepRange.cpp')
| -rw-r--r-- | lldb/source/Target/ThreadPlanStepRange.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Target/ThreadPlanStepRange.cpp b/lldb/source/Target/ThreadPlanStepRange.cpp index a22337deaed..1db29652aa8 100644 --- a/lldb/source/Target/ThreadPlanStepRange.cpp +++ b/lldb/source/Target/ThreadPlanStepRange.cpp @@ -331,7 +331,6 @@ bool ThreadPlanStepRange::SetNextBranchBreakpoint() { else { Target &target = GetThread().GetProcess()->GetTarget(); const bool ignore_calls = GetKind() == eKindStepOverRange; - bool found_calls; uint32_t branch_index = instructions->GetIndexOfNextBranchInstruction(pc_index, target, ignore_calls, |

