diff options
Diffstat (limited to 'lldb/source/Target/ThreadPlanCallFunction.cpp')
-rw-r--r-- | lldb/source/Target/ThreadPlanCallFunction.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/source/Target/ThreadPlanCallFunction.cpp b/lldb/source/Target/ThreadPlanCallFunction.cpp index fb5ca20c68f..6b606d4565a 100644 --- a/lldb/source/Target/ThreadPlanCallFunction.cpp +++ b/lldb/source/Target/ThreadPlanCallFunction.cpp @@ -174,11 +174,6 @@ ThreadPlanCallFunction::PlanExplainsStop () // If the subplan is running, any crashes are attributable to us. return (m_subplan_sp.get() != NULL); - - if (!m_subplan_sp) - return false; - else - return m_subplan_sp->PlanExplainsStop(); } bool |