summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_test_fixture.h
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2018-01-22 16:40:27 -0500
committerWilliam Schultz <william.schultz@mongodb.com>2018-01-29 14:31:45 -0500
commit3e4d4d6c8839eea43df01d1eb25de2979f88606c (patch)
treee30e0753b693cb7669868ee5658401a66b657e87 /src/mongo/db/repl/rollback_test_fixture.h
parentb0308845c11c937bccc593feae84d9dd368bc9c9 (diff)
downloadmongo-3e4d4d6c8839eea43df01d1eb25de2979f88606c.tar.gz
SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 transition
Diffstat (limited to 'src/mongo/db/repl/rollback_test_fixture.h')
-rw-r--r--src/mongo/db/repl/rollback_test_fixture.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/repl/rollback_test_fixture.h b/src/mongo/db/repl/rollback_test_fixture.h
index 29a301b8e1c..c90acf64068 100644
--- a/src/mongo/db/repl/rollback_test_fixture.h
+++ b/src/mongo/db/repl/rollback_test_fixture.h
@@ -184,12 +184,9 @@ class RollbackResyncsCollectionOptionsTest : public RollbackTest {
RollbackSourceWithCollectionOptions(std::unique_ptr<OplogInterface> oplog,
BSONObj collOptionsObj);
- StatusWith<BSONObj> getCollectionInfo(const NamespaceString& nss) const override;
StatusWith<BSONObj> getCollectionInfoByUUID(const std::string& db,
const UUID& uuid) const override;
- mutable bool calledNoUUID = false;
- mutable bool calledWithUUID = false;
BSONObj collOptionsObj;
};