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

@@ -22,7 +22,6 @@
#include "system/FatalError.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/FileSystem.hxx"
#include "util/Domain.hxx"
#include "PidFile.hxx"
#include "Log.hxx"
@@ -41,8 +40,6 @@
#define WCOREDUMP(v) 0
#endif
static constexpr Domain daemon_domain("daemon");
#ifndef WIN32
/** the Unix user name which MPD runs as */