From 61f3113d617cefb211b370b7cb70b1ca3db5cb1a Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 25 Oct 2025 19:34:08 -0400 Subject: [PATCH] chore: remove unused Arch::setInstance --- src/lib/arch/Arch.h | 5 ----- 1 file changed, 5 deletions(-) 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