1
0

Fixed unessicary return

This commit is contained in:
Tycho 2014-03-15 07:08:09 -07:00
parent fbd4d53dac
commit 04f1d58561

View File

@ -121,7 +121,6 @@ void cDeadlockDetect::CheckWorldAge(const AString & a_WorldName, Int64 a_Age)
if (itr->second.m_NumCyclesSame > (1000 * m_IntervalSec) / CYCLE_MILLISECONDS)
{
DeadlockDetected();
return;
}
}
else