mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 23:09:08 +00:00
Kernel: Remove unused variable Thread::m_userspace_stack_region
This commit is contained in:
parent
c21f384d17
commit
e23f05a157
Notes:
sideshowbarker
2024-07-19 10:14:53 +09:00
Author: https://github.com/awesomekling
Commit: e23f05a157
2 changed files with 0 additions and 4 deletions
|
@ -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--;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue