Commit 42f1e265 authored by Max Kellermann's avatar Max Kellermann

IOThread: remove unused Cond variable

parent cfd05623
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "config.h" #include "config.h"
#include "IOThread.hxx" #include "IOThread.hxx"
#include "thread/Mutex.hxx" #include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
#include "thread/Thread.hxx" #include "thread/Thread.hxx"
#include "thread/Name.hxx" #include "thread/Name.hxx"
#include "event/Loop.hxx" #include "event/Loop.hxx"
...@@ -29,7 +28,6 @@ ...@@ -29,7 +28,6 @@
static struct { static struct {
Mutex mutex; Mutex mutex;
Cond cond;
EventLoop *loop; EventLoop *loop;
Thread thread; Thread thread;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment