diff options
author | Max Kellermann <max@duempel.org> | 2015-01-07 19:17:07 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-07 19:17:07 +0100 |
commit | 06ec06cdd7ce43b9e7eb0a3e2c8c84e06fde10d1 (patch) | |
tree | dec24881e5947595534a5d36f1ba886d2c5b658d /src/output/plugins/RecorderOutputPlugin.cxx | |
parent | b7acf8640881f50184aed1af26fa333e8de1dcff (diff) | |
download | mpd-06ec06cdd7ce43b9e7eb0a3e2c8c84e06fde10d1.tar.gz mpd-06ec06cdd7ce43b9e7eb0a3e2c8c84e06fde10d1.tar.xz mpd-06ec06cdd7ce43b9e7eb0a3e2c8c84e06fde10d1.zip |
output/recorder: remove unused variable "recorder_output_domain"
Diffstat (limited to 'src/output/plugins/RecorderOutputPlugin.cxx')
-rw-r--r-- | src/output/plugins/RecorderOutputPlugin.cxx | 3 |
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 ¶m, Error &error) { |