diff options
author | Max Kellermann <max@duempel.org> | 2015-09-17 23:13:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-09-17 23:15:54 +0200 |
commit | ce0d896492c5afb4acf545a9cbd6e12f366c1663 (patch) | |
tree | 690f566fced0a05380eccb0754f2a56b65b9034c /src/unix | |
parent | eae9cb4afe0e311a65dc566a0655a54656c8d807 (diff) |
unix/Daemon, playlist/pls, ...: remove unused Domain variables
Diffstat (limited to 'src/unix')
-rw-r--r-- | src/unix/Daemon.cxx | 3 |
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 */ |