unix/Daemon, playlist/pls, ...: remove unused Domain variables

This commit is contained in:
Max Kellermann
2015-09-17 23:13:53 +02:00
parent eae9cb4afe
commit ce0d896492
8 changed files with 0 additions and 24 deletions

View File

@@ -23,7 +23,6 @@
#include "../Wrapper.hxx"
#include "config/ConfigError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <string>
@@ -55,8 +54,6 @@ public:
};
static constexpr Domain pipe_output_domain("pipe_output");
inline bool
PipeOutput::Configure(const ConfigBlock &block, Error &error)
{