aboutsummaryrefslogtreecommitdiffstats
path: root/src/unix
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-09-17 23:13:53 +0200
committerMax Kellermann <max@duempel.org>2015-10-16 18:08:59 +0200
commitf066bb7716200a83e209d27f6b4f87f012033266 (patch)
tree8aff2521efcb941ff90cbe7b66e12b071660646e /src/unix
parent4e3d1821895c92d060fc3a9059e83ac58c8c79a3 (diff)
downloadmpd-f066bb7716200a83e209d27f6b4f87f012033266.tar.gz
mpd-f066bb7716200a83e209d27f6b4f87f012033266.tar.xz
mpd-f066bb7716200a83e209d27f6b4f87f012033266.zip
unix/Daemon, playlist/...: remove unused Domain variables
Diffstat (limited to 'src/unix')
-rw-r--r--src/unix/Daemon.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/unix/Daemon.cxx b/src/unix/Daemon.cxx
index 490b2def5..d283108ed 100644
--- a/src/unix/Daemon.cxx
+++ b/src/unix/Daemon.cxx
@@ -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 */