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

@@ -26,7 +26,6 @@
#include "util/NumberParser.hxx"
#include "util/DynamicFifoBuffer.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
extern "C"
{
@@ -60,8 +59,6 @@ struct ShineEncoder {
bool WriteChunk(bool flush);
};
static constexpr Domain shine_encoder_domain("shine_encoder");
inline bool
ShineEncoder::Configure(const ConfigBlock &block, gcc_unused Error &error)
{