/W4: Fix unreachable code

This commit is contained in:
Kawe Mazidjatari 2023-04-02 02:17:52 +02:00
parent c2094a68de
commit 2bf86375d7
2 changed files with 0 additions and 3 deletions

View File

@ -53,7 +53,6 @@ bool OverlayBase_t::IsDead() const
{
return m_nOverlayTick < *g_nOverlayTickCount;
}
return false;
}
else
{

View File

@ -433,8 +433,6 @@ bool CCrashHandler::IsPageAccessible() const
{
return !(mbi.State & MEM_COMMIT);
}
return false;
}
//-----------------------------------------------------------------------------