summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2018-06-12 20:17:23 -0400
committerBenety Goh <benety@mongodb.com>2018-06-12 20:17:23 -0400
commit0e7b5ea398f99086219a498e4e07db47798686f8 (patch)
treeb7bf7caabb26399c16a4141b26b7d4a75580a239 /src/mongo/dbtests
parent33ca343513b06d7dd9a51899f9f78a8a20225118 (diff)
downloadmongo-0e7b5ea398f99086219a498e4e07db47798686f8.tar.gz
SERVER-33864 remove OplogApplier::Observer::onOperationConsumed()
Diffstat (limited to 'src/mongo/dbtests')
-rw-r--r--src/mongo/dbtests/storage_timestamp_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/dbtests/storage_timestamp_tests.cpp b/src/mongo/dbtests/storage_timestamp_tests.cpp
index 1bcb57c8951..333985aa671 100644
--- a/src/mongo/dbtests/storage_timestamp_tests.cpp
+++ b/src/mongo/dbtests/storage_timestamp_tests.cpp
@@ -116,7 +116,6 @@ public:
void onBatchBegin(const repl::OplogApplier::Operations&) final {}
void onBatchEnd(const StatusWith<repl::OpTime>&, const repl::OplogApplier::Operations&) final {}
void onMissingDocumentsFetchedAndInserted(const std::vector<FetchInfo>&) final {}
- void onOperationConsumed(const BSONObj&) final {}
};
class StorageTimestampTest {