Removed a bit of dead code. Thanks to Eric

Christopher for pointing it out.

llvm-svn: 116871
This commit is contained in:
Sean Callanan 2010-10-19 22:29:33 +00:00
parent 3e6fedcaa1
commit 49249493cd
1 changed files with 0 additions and 5 deletions

View File

@ -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