diff --git a/src/lib/arch/Arch.h b/src/lib/arch/Arch.h index 40943777a..16ff5151c 100644 --- a/src/lib/arch/Arch.h +++ b/src/lib/arch/Arch.h @@ -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