mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
LibCore: Remove unused EventLoop::Private::lock
This mutex is no longer used for anything.
This commit is contained in:
@@ -65,7 +65,6 @@ struct EventLoopTimer {
|
||||
};
|
||||
|
||||
struct EventLoop::Private {
|
||||
Threading::Mutex lock;
|
||||
ThreadEventQueue& thread_event_queue;
|
||||
|
||||
Private()
|
||||
|
||||
Reference in New Issue
Block a user