summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-07-13 03:48:46 +0200
committerLioncash <mathew1800@gmail.com>2019-07-13 03:48:49 +0200
commit093e5440e202931402129acabcb73426079552a8 (patch)
treee9ba19e06844fb3bf17c5bb7d32d4246baa5b74a /src/core/core.h
parentMerge pull request #2725 from ogniK5377/mult-audbuffer (diff)
downloadyuzu-093e5440e202931402129acabcb73426079552a8.tar
yuzu-093e5440e202931402129acabcb73426079552a8.tar.gz
yuzu-093e5440e202931402129acabcb73426079552a8.tar.bz2
yuzu-093e5440e202931402129acabcb73426079552a8.tar.lz
yuzu-093e5440e202931402129acabcb73426079552a8.tar.xz
yuzu-093e5440e202931402129acabcb73426079552a8.tar.zst
yuzu-093e5440e202931402129acabcb73426079552a8.zip
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:
static System s_instance;
};
-inline ARM_Interface& CurrentArmInterface() {
- return System::GetInstance().CurrentArmInterface();
-}
-
inline Kernel::Process* CurrentProcess() {
return System::GetInstance().CurrentProcess();
}