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

This commit is contained in:
Max Kellermann
2015-09-17 23:13:53 +02:00
parent 4e3d182189
commit f066bb7716
7 changed files with 0 additions and 21 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"
@@ -37,8 +36,6 @@
#include <grp.h>
#endif
static constexpr Domain daemon_domain("daemon");
#ifndef WIN32
/** the Unix user name which MPD runs as */