diff options
Diffstat (limited to 'src/core/hle/kernel/kernel.h')
| -rw-r--r-- | src/core/hle/kernel/kernel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h index 846056b85..49bd47e89 100644 --- a/src/core/hle/kernel/kernel.h +++ b/src/core/hle/kernel/kernel.h | |||
| @@ -241,9 +241,6 @@ private: | |||
| 241 | /// Creates a new thread ID, incrementing the internal thread ID counter. | 241 | /// Creates a new thread ID, incrementing the internal thread ID counter. |
| 242 | u64 CreateNewThreadID(); | 242 | u64 CreateNewThreadID(); |
| 243 | 243 | ||
| 244 | /// Retrieves the event type used for thread wakeup callbacks. | ||
| 245 | const std::shared_ptr<Core::Timing::EventType>& ThreadWakeupCallbackEventType() const; | ||
| 246 | |||
| 247 | /// Provides a reference to the global handle table. | 244 | /// Provides a reference to the global handle table. |
| 248 | Kernel::HandleTable& GlobalHandleTable(); | 245 | Kernel::HandleTable& GlobalHandleTable(); |
| 249 | 246 | ||