summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/kernel.h')
-rw-r--r--src/core/hle/kernel/kernel.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h
index e3169f5a7..933d9a7d6 100644
--- a/src/core/hle/kernel/kernel.h
+++ b/src/core/hle/kernel/kernel.h
@@ -33,7 +33,6 @@ template <typename T>
33class SlabHeap; 33class SlabHeap;
34} // namespace Memory 34} // namespace Memory
35 35
36class AddressArbiter;
37class ClientPort; 36class ClientPort;
38class GlobalSchedulerContext; 37class GlobalSchedulerContext;
39class HandleTable; 38class HandleTable;
@@ -129,12 +128,6 @@ public:
129 /// Gets the an instance of the current physical CPU core. 128 /// Gets the an instance of the current physical CPU core.
130 const Kernel::PhysicalCore& CurrentPhysicalCore() const; 129 const Kernel::PhysicalCore& CurrentPhysicalCore() const;
131 130
132 /// Gets the an instance of the Synchronization Interface.
133 Kernel::Synchronization& Synchronization();
134
135 /// Gets the an instance of the Synchronization Interface.
136 const Kernel::Synchronization& Synchronization() const;
137
138 /// Gets the an instance of the TimeManager Interface. 131 /// Gets the an instance of the TimeManager Interface.
139 Kernel::TimeManager& TimeManager(); 132 Kernel::TimeManager& TimeManager();
140 133