Remove unused LogFileWriter::FFs

This commit is contained in:
sfc-gh-tclinkenbeard 2020-10-02 17:03:08 -07:00
parent c7a55fe15f
commit 6326de052b
1 changed files with 0 additions and 2 deletions

View File

@ -623,8 +623,6 @@ namespace fileBackup {
// Very simple format compared to KeyRange files.
// Header, [Key, Value]... Key len
struct LogFileWriter {
static const std::string &FFs;
LogFileWriter(Reference<IBackupFile> file = Reference<IBackupFile>(), int blockSize = 0)
: file(file), blockSize(blockSize), blockEnd(0) {}