summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Userland/Libraries/LibCore/EventLoop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibCore/EventLoop.cpp b/Userland/Libraries/LibCore/EventLoop.cpp
index d6a8d77393..13c99c9ceb 100644
--- a/Userland/Libraries/LibCore/EventLoop.cpp
+++ b/Userland/Libraries/LibCore/EventLoop.cpp
@@ -65,7 +65,6 @@ struct EventLoopTimer {
};
struct EventLoop::Private {
- Threading::Mutex lock;
ThreadEventQueue& thread_event_queue;
Private()