diff options
Diffstat (limited to 'src/core/hle/kernel/thread.h')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index 233bcbdbd..9958b16e6 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h | |||
| @@ -171,8 +171,6 @@ private: | |||
| 171 | Handle callback_handle; | 171 | Handle callback_handle; |
| 172 | }; | 172 | }; |
| 173 | 173 | ||
| 174 | extern SharedPtr<Thread> g_main_thread; | ||
| 175 | |||
| 176 | /** | 174 | /** |
| 177 | * Sets up the primary application thread | 175 | * Sets up the primary application thread |
| 178 | * @param stack_size The size of the thread's stack | 176 | * @param stack_size The size of the thread's stack |