Browse Source

LibCore: Remove unused EventLoop::Private::lock

This mutex is no longer used for anything.
Andreas Kling 2 năm trước cách đây
mục cha
commit
203e84c378
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Userland/Libraries/LibCore/EventLoop.cpp

+ 0 - 1
Userland/Libraries/LibCore/EventLoop.cpp

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