aboutsummaryrefslogtreecommitdiffstats
path: root/src/unix/Daemon.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-09-17 23:13:53 +0200
committerMax Kellermann <max@duempel.org>2015-09-17 23:15:54 +0200
commitce0d896492c5afb4acf545a9cbd6e12f366c1663 (patch)
tree690f566fced0a05380eccb0754f2a56b65b9034c /src/unix/Daemon.cxx
parenteae9cb4afe0e311a65dc566a0655a54656c8d807 (diff)
downloadmpd-ce0d896492c5afb4acf545a9cbd6e12f366c1663.tar.gz
mpd-ce0d896492c5afb4acf545a9cbd6e12f366c1663.tar.xz
mpd-ce0d896492c5afb4acf545a9cbd6e12f366c1663.zip
unix/Daemon, playlist/pls, ...: remove unused Domain variables
Diffstat (limited to 'src/unix/Daemon.cxx')
-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 bdc5568e8..9aa16a078 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"
@@ -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 */