1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:07:44 +00:00

LibCore: Remove unused EventLoop::Private::lock

This mutex is no longer used for anything.
This commit is contained in:
Andreas Kling 2023-04-24 07:46:49 +02:00
parent a6a2caf6db
commit 203e84c378

View file

@ -65,7 +65,6 @@ struct EventLoopTimer {
};
struct EventLoop::Private {
Threading::Mutex lock;
ThreadEventQueue& thread_event_queue;
Private()