IOS: Remove outdated comment

This commit is contained in:
Léo Lam 2018-02-25 23:55:33 +01:00
parent fa89614b07
commit 35e3775a77

View File

@ -622,8 +622,6 @@ void Kernel::HandleIPCEvent(u64 userdata)
UpdateIPC(); UpdateIPC();
} }
// This is called every IPC_HLE_PERIOD from SystemTimers.cpp
// Takes care of routing ipc <-> ipc HLE
void Kernel::UpdateIPC() void Kernel::UpdateIPC()
{ {
if (!IsReady()) if (!IsReady())