output/recorder: remove unused variable "recorder_output_domain"

This commit is contained in:
Max Kellermann 2015-01-07 19:17:07 +01:00
parent b7acf86408
commit 06ec06cdd7
1 changed files with 0 additions and 3 deletions

View File

@ -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)
{