summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_test_fixture.h
diff options
context:
space:
mode:
authorJudah Schvimer <judah@mongodb.com>2018-02-13 13:57:30 -0500
committerJudah Schvimer <judah@mongodb.com>2018-02-13 13:57:30 -0500
commit628c8d5e384baffb7f88b2b6ab1855dedcda36b2 (patch)
tree963ae215fe1d505907cae6f8c7ac52ceaf00856a /src/mongo/db/repl/rollback_test_fixture.h
parent1e2160c8f0480a1d8be1d671b5b7e22e52986a2c (diff)
downloadmongo-628c8d5e384baffb7f88b2b6ab1855dedcda36b2.tar.gz
Revert "SERVER-33706 Rollback to checkpoint should set OplogTruncateAfterPoint to document after common point"
This reverts commit 358dfccf9f896116ac7d79772f91cb604672175a.
Diffstat (limited to 'src/mongo/db/repl/rollback_test_fixture.h')
-rw-r--r--src/mongo/db/repl/rollback_test_fixture.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/repl/rollback_test_fixture.h b/src/mongo/db/repl/rollback_test_fixture.h
index ac64de6d8a0..c90acf64068 100644
--- a/src/mongo/db/repl/rollback_test_fixture.h
+++ b/src/mongo/db/repl/rollback_test_fixture.h
@@ -77,11 +77,6 @@ public:
const CollectionOptions& options);
/**
- * Inserts a document into the oplog.
- */
- Status _insertOplogEntry(const BSONObj& doc);
-
- /**
* Creates an oplog entry with a recordId for a command operation.
*/
static std::pair<BSONObj, RecordId> makeCommandOp(