Kernel: Remove unused g_main_thread variable
This commit is contained in:
parent
3cb19c9589
commit
7c50b999fa
3 changed files with 1 additions and 5 deletions
|
@ -17,7 +17,6 @@
|
|||
namespace Kernel {
|
||||
|
||||
unsigned int Object::next_object_id;
|
||||
SharedPtr<Thread> g_main_thread;
|
||||
HandleTable g_handle_table;
|
||||
|
||||
void WaitObject::AddWaitingThread(SharedPtr<Thread> thread) {
|
||||
|
@ -140,7 +139,6 @@ void Init() {
|
|||
Kernel::TimersInit();
|
||||
|
||||
Object::next_object_id = 0;
|
||||
g_main_thread = nullptr;
|
||||
}
|
||||
|
||||
/// Shutdown the kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue