forked from OSchip/llvm-project
Removed a bit of dead code. Thanks to Eric
Christopher for pointing it out. llvm-svn: 116871
This commit is contained in:
parent
3e6fedcaa1
commit
49249493cd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue