summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Target/ThreadPlanStepOut.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Target/ThreadPlanStepOut.h')
-rw-r--r--lldb/include/lldb/Target/ThreadPlanStepOut.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/include/lldb/Target/ThreadPlanStepOut.h b/lldb/include/lldb/Target/ThreadPlanStepOut.h
index ccf829f636d..ac5696357e9 100644
--- a/lldb/include/lldb/Target/ThreadPlanStepOut.h
+++ b/lldb/include/lldb/Target/ThreadPlanStepOut.h
@@ -31,8 +31,7 @@ public:
Vote stop_vote,
Vote run_vote,
uint32_t frame_idx,
- LazyBool step_out_avoids_code_without_debug_info,
- bool continue_to_next_branch = false);
+ LazyBool step_out_avoids_code_without_debug_info);
~ThreadPlanStepOut() override;
OpenPOWER on IntegriCloud