chore: remove unused Arch::setInstance

This commit is contained in:
sithlord48
2025-10-25 19:34:08 -04:00
committed by Nick Bolton
parent bf6986bcba
commit 61f3113d61

View File

@ -85,11 +85,6 @@ public:
*/
static Arch *getInstance();
static void setInstance(Arch *s)
{
s_instance = s;
}
/**
* @brief blocks calling thread for timout seconds
* @param timeout - blocking time in seconds. if < 0 not blocked if == 0 then caller yields the CPU