Removed a bit of dead code. Thanks to Eric
Christopher for pointing it out. llvm-svn: 116871
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user