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

IOThread: remove unused Cond variable

parent cfd05623
......@@ -20,7 +20,6 @@
#include "config.h"
#include "IOThread.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
#include "thread/Thread.hxx"
#include "thread/Name.hxx"
#include "event/Loop.hxx"
......@@ -29,7 +28,6 @@
static struct {
Mutex mutex;
Cond cond;
EventLoop *loop;
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