From ce0d896492c5afb4acf545a9cbd6e12f366c1663 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Sep 2015 23:13:53 +0200 Subject: unix/Daemon, playlist/pls, ...: remove unused Domain variables --- src/Main.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Main.cxx') 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 -- cgit v1.2.3