output/recorder: remove unused variable "recorder_output_domain"
This commit is contained in:
parent
b7acf86408
commit
06ec06cdd7
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue