summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-08-07 07:45:18 +0200
committerbunnei <bunneidev@gmail.com>2021-08-07 21:18:47 +0200
commit68eee948758eeddb4f3f091cd89c870e481b278b (patch)
tree00d0687f171ad686ceea0283c157332cce406d1f /src/core/core.h
parentcore: cpu_manager: Use jthread. (diff)
downloadyuzu-68eee948758eeddb4f3f091cd89c870e481b278b.tar
yuzu-68eee948758eeddb4f3f091cd89c870e481b278b.tar.gz
yuzu-68eee948758eeddb4f3f091cd89c870e481b278b.tar.bz2
yuzu-68eee948758eeddb4f3f091cd89c870e481b278b.tar.lz
yuzu-68eee948758eeddb4f3f091cd89c870e481b278b.tar.xz
yuzu-68eee948758eeddb4f3f091cd89c870e481b278b.tar.zst
yuzu-68eee948758eeddb4f3f091cd89c870e481b278b.zip
Diffstat (limited to '')
-rw-r--r--src/core/core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/core.h b/src/core/core.h
index ea143043c..cd9af0c07 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -205,9 +205,6 @@ public:
/// Gets an ARM interface to the CPU core that is currently running
[[nodiscard]] const ARM_Interface& CurrentArmInterface() const;
- /// Gets the index of the currently running CPU core
- [[nodiscard]] std::size_t CurrentCoreIndex() const;
-
/// Gets the physical core for the CPU core that is currently running
[[nodiscard]] Kernel::PhysicalCore& CurrentPhysicalCore();