summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/dbcheck.h
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2019-06-24 16:44:36 -0400
committerLingzhi Deng <lingzhi.deng@mongodb.com>2019-07-29 10:36:12 -0400
commit102c20ab166050ae7357732070bc8262aa61749c (patch)
tree6f1f7149444fe753ad7442b0622d4dc230e24635 /src/mongo/db/repl/dbcheck.h
parent0ef81e97a8f60329c44640e6b76189a3b51bd42a (diff)
downloadmongo-102c20ab166050ae7357732070bc8262aa61749c.tar.gz
SERVER-37180: Use OplogEntry everywhere in oplog application
Diffstat (limited to 'src/mongo/db/repl/dbcheck.h')
-rw-r--r--src/mongo/db/repl/dbcheck.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/repl/dbcheck.h b/src/mongo/db/repl/dbcheck.h
index 457087a9365..3f0a9f88e37 100644
--- a/src/mongo/db/repl/dbcheck.h
+++ b/src/mongo/db/repl/dbcheck.h
@@ -221,10 +221,6 @@ namespace repl {
* errors (primarily by writing to the health log), so always returns `Status::OK`.
*/
Status dbCheckOplogCommand(OperationContext* opCtx,
- const char* ns,
- const BSONElement& ui,
- BSONObj& cmd,
- const repl::OpTime& optime,
const repl::OplogEntry& entry,
OplogApplication::Mode mode,
boost::optional<Timestamp> stableTimestampForRecovery);