diff --git a/fdbclient/FileBackupAgent.actor.cpp b/fdbclient/FileBackupAgent.actor.cpp index 348c97f779..2df404d08c 100644 --- a/fdbclient/FileBackupAgent.actor.cpp +++ b/fdbclient/FileBackupAgent.actor.cpp @@ -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 file = Reference(), int blockSize = 0) : file(file), blockSize(blockSize), blockEnd(0) {}