summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h4
1 files changed, 0 insertions, 4 deletions
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:
327 static System s_instance; 327 static System s_instance;
328}; 328};
329 329
330inline ARM_Interface& CurrentArmInterface() {
331 return System::GetInstance().CurrentArmInterface();
332}
333
334inline Kernel::Process* CurrentProcess() { 330inline Kernel::Process* CurrentProcess() {
335 return System::GetInstance().CurrentProcess(); 331 return System::GetInstance().CurrentProcess();
336} 332}