Remove hacky timer hacks

This commit is contained in:
wheremyfoodat
2023-08-31 22:47:43 +03:00
parent ce58b9cc2f
commit cb3f7fa134
3 changed files with 1 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ Handle Kernel::makeTimer(ResetType type) {
Helpers::panic("Created pulse timer");
}
timerHandles.push_back(ret);
// timerHandles.push_back(ret);
return ret;
}