mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 13:35:03 +00:00
Kernel: Remove unused WorkQueue::m_name.
This commit is contained in:
committed by
Andreas Kling
parent
51ad3da999
commit
ff0d4c6f7c
@@ -39,7 +39,6 @@ void WorkQueue::initialize()
|
||||
}
|
||||
|
||||
WorkQueue::WorkQueue(const char* name)
|
||||
: m_name(name)
|
||||
{
|
||||
RefPtr<Thread> thread;
|
||||
Process::create_kernel_process(thread, name, [this] {
|
||||
|
||||
Reference in New Issue
Block a user