diff options
author | Max Kellermann <max@musicpd.org> | 2017-02-10 21:29:42 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-02-10 21:29:54 +0100 |
commit | 42f1e26540cae181e679b8975c64331e406545b0 (patch) | |
tree | 4933fdf351f2aa09b4f2bb5df3ef07ffd8d4c943 /src/IOThread.cxx | |
parent | cfd056231b50350e8b4548d1942b61c7d33348a1 (diff) |
IOThread: remove unused Cond variable
Diffstat (limited to 'src/IOThread.cxx')
-rw-r--r-- | src/IOThread.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/IOThread.cxx b/src/IOThread.cxx index 1fa140095..a7782a0f0 100644 --- a/src/IOThread.cxx +++ b/src/IOThread.cxx @@ -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; |