chore: remove unused Arch::setInstance
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user