aboutsummaryrefslogtreecommitdiffstats
path: root/src/output
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-07 19:17:07 +0100
committerMax Kellermann <max@duempel.org>2015-01-07 19:17:07 +0100
commit06ec06cdd7ce43b9e7eb0a3e2c8c84e06fde10d1 (patch)
treedec24881e5947595534a5d36f1ba886d2c5b658d /src/output
parentb7acf8640881f50184aed1af26fa333e8de1dcff (diff)
downloadmpd-06ec06cdd7ce43b9e7eb0a3e2c8c84e06fde10d1.tar.gz
mpd-06ec06cdd7ce43b9e7eb0a3e2c8c84e06fde10d1.tar.xz
mpd-06ec06cdd7ce43b9e7eb0a3e2c8c84e06fde10d1.zip
output/recorder: remove unused variable "recorder_output_domain"
Diffstat (limited to 'src/output')
-rw-r--r--src/output/plugins/RecorderOutputPlugin.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/output/plugins/RecorderOutputPlugin.cxx b/src/output/plugins/RecorderOutputPlugin.cxx
index b039d6079..aedd54707 100644
--- a/src/output/plugins/RecorderOutputPlugin.cxx
+++ b/src/output/plugins/RecorderOutputPlugin.cxx
@@ -28,7 +28,6 @@
#include "fs/AllocatedPath.hxx"
#include "fs/io/FileOutputStream.hxx"
#include "util/Error.hxx"
-#include "util/Domain.hxx"
#include <assert.h>
@@ -86,8 +85,6 @@ private:
bool Commit(Error &error);
};
-static constexpr Domain recorder_output_domain("recorder_output");
-
inline bool
RecorderOutput::Configure(const config_param &param, Error &error)
{