mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Kernel: Remove unused WorkQueue::m_name.
This commit is contained in:
parent
51ad3da999
commit
ff0d4c6f7c
Notes:
sideshowbarker
2024-07-18 21:04:19 +09:00
Author: https://github.com/mhermier
Commit: ff0d4c6f7c
Pull-request: https://github.com/SerenityOS/serenity/pull/5946
2 changed files with 0 additions and 2 deletions
|
@ -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] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue