mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:17:34 +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
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