mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Kernel: Remove unused variable Thread::m_userspace_stack_region
This commit is contained in:
@@ -126,9 +126,6 @@ Thread::~Thread()
|
||||
if (selector())
|
||||
gdt_free_entry(selector());
|
||||
|
||||
if (m_userspace_stack_region)
|
||||
m_process.deallocate_region(*m_userspace_stack_region);
|
||||
|
||||
ASSERT(m_process.m_thread_count);
|
||||
m_process.m_thread_count--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user