summaryrefslogtreecommitdiff
path: root/test/DumpDecoderClient.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/DumpDecoderClient.hxx')
-rw-r--r--test/DumpDecoderClient.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/DumpDecoderClient.hxx b/test/DumpDecoderClient.hxx
index 0fcb9754c..77b5cd60c 100644
--- a/test/DumpDecoderClient.hxx
+++ b/test/DumpDecoderClient.hxx
@@ -23,7 +23,6 @@
#include "check.h"
#include "decoder/Client.hxx"
#include "thread/Mutex.hxx"
-#include "thread/Cond.hxx"
/**
* A #DecoderClient implementation which dumps metadata to stderr and
@@ -36,7 +35,6 @@ class DumpDecoderClient final : public DecoderClient {
public:
Mutex mutex;
- Cond cond;
bool IsInitialized() const noexcept {
return initialized;