From 093e5440e202931402129acabcb73426079552a8 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 12 Jul 2019 21:48:46 -0400 Subject: core: Remove CurrentArmInterface() global accessor Replaces the final usage of the global accessor function and removes it. Removes one more enabler of global state. --- src/core/core.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/core.h') diff --git a/src/core/core.h b/src/core/core.h index 11e73278e..8ebb385ac 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -327,10 +327,6 @@ private: static System s_instance; }; -inline ARM_Interface& CurrentArmInterface() { - return System::GetInstance().CurrentArmInterface(); -} - inline Kernel::Process* CurrentProcess() { return System::GetInstance().CurrentProcess(); } -- cgit v1.2.3