mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
LibCore: Remove unused EventLoop::Private::lock
This mutex is no longer used for anything.
This commit is contained in:
parent
a6a2caf6db
commit
203e84c378
Notes:
sideshowbarker
2024-07-16 22:17:03 +09:00
Author: https://github.com/awesomekling
Commit: 203e84c378
Pull-request: https://github.com/SerenityOS/serenity/pull/18493
Reviewed-by: https://github.com/FireFox317
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ struct EventLoopTimer {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct EventLoop::Private {
|
struct EventLoop::Private {
|
||||||
Threading::Mutex lock;
|
|
||||||
ThreadEventQueue& thread_event_queue;
|
ThreadEventQueue& thread_event_queue;
|
||||||
|
|
||||||
Private()
|
Private()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue