mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +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 {
|
||||
Threading::Mutex lock;
|
||||
ThreadEventQueue& thread_event_queue;
|
||||
|
||||
Private()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue