summaryrefslogtreecommitdiff
path: root/test/backupstore
diff options
context:
space:
mode:
Diffstat (limited to 'test/backupstore')
-rw-r--r--test/backupstore/testbackupstore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/backupstore/testbackupstore.cpp b/test/backupstore/testbackupstore.cpp
index fd2a572f..235d6773 100644
--- a/test/backupstore/testbackupstore.cpp
+++ b/test/backupstore/testbackupstore.cpp
@@ -631,8 +631,6 @@ void test_everything_deleted(BackupProtocolClient &protocol, int64_t DirID)
TEST_THAT(dirs == 0 || dirs == 2);
}
-std::vector<uint32_t> ExpectedRefCounts;
-
void set_refcount(int64_t ObjectID, uint32_t RefCount)
{
if ((int64_t)ExpectedRefCounts.size() <= ObjectID)