Commit 06ec06cd authored by Max Kellermann's avatar Max Kellermann

output/recorder: remove unused variable "recorder_output_domain"

parent b7acf864
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment