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/Main.cxx | |
parent | eae9cb4afe0e311a65dc566a0655a54656c8d807 (diff) | |
download | mpd-ce0d896492c5afb4acf545a9cbd6e12f366c1663.tar.gz mpd-ce0d896492c5afb4acf545a9cbd6e12f366c1663.tar.xz mpd-ce0d896492c5afb4acf545a9cbd6e12f366c1663.zip |
unix/Daemon, playlist/pls, ...: remove unused Domain variables
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 4a8b2a55c..1a074d439 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -53,7 +53,6 @@ #include "system/FatalError.hxx" #include "util/UriUtil.hxx" #include "util/Error.hxx" -#include "util/Domain.hxx" #include "thread/Id.hxx" #include "thread/Slack.hxx" #include "lib/icu/Init.hxx" @@ -126,8 +125,6 @@ static constexpr unsigned DEFAULT_BUFFER_SIZE = 4096; static constexpr unsigned DEFAULT_BUFFER_BEFORE_PLAY = 10; -static constexpr Domain main_domain("main"); - #ifdef ANDROID Context *context; #endif |