summaryrefslogtreecommitdiff
path: root/test/backupstore/testbackupstore.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-13 22:30:47 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-13 22:30:47 +0000
commit537848f5bd51d984d16dcf2c367004dee6635129 (patch)
treef9407f27eeb48f6b51e0445a0fa11f92a471f176 /test/backupstore/testbackupstore.cpp
parent95b101a5b7ad8c9dbc5cbd5335f3975d35334d9d (diff)
Compile fix. Remove redefinition of ExpectedRefCounts.
Diffstat (limited to 'test/backupstore/testbackupstore.cpp')
-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)