summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.h
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2018-08-27 13:06:38 -0400
committerDianna Hohensee <dianna.hohensee@10gen.com>2018-08-29 16:47:09 -0400
commit4cb0742947dabee476c9979cae39c728a21568d5 (patch)
tree8ec6baacaab48a11b20eae4781f32be1bdad6ec2 /src/mongo/db/repl/oplog.h
parentaa36a9e8ad8c98e828f1b53966672b368d973380 (diff)
downloadmongo-4cb0742947dabee476c9979cae39c728a21568d5.tar.gz
SERVER-36015 Remove references to system.namespaces and system.indexes
Diffstat (limited to 'src/mongo/db/repl/oplog.h')
-rw-r--r--src/mongo/db/repl/oplog.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mongo/db/repl/oplog.h b/src/mongo/db/repl/oplog.h
index 565ab7f31cb..f64a0d0dcb6 100644
--- a/src/mongo/db/repl/oplog.h
+++ b/src/mongo/db/repl/oplog.h
@@ -164,15 +164,6 @@ void acquireOplogCollectionForLogging(OperationContext* opCtx);
void establishOplogCollectionForLogging(OperationContext* opCtx, Collection* oplog);
using IncrementOpsAppliedStatsFn = stdx::function<void()>;
-/**
- * Take the object field of a BSONObj, the BSONObj, and the namespace of
- * the operation and perform necessary validation to ensure the BSONObj is a
- * properly-formed command to insert into system.indexes. This is only to
- * be used for insert operations into system.indexes. It is called via applyOps.
- */
-std::pair<BSONObj, NamespaceString> prepForApplyOpsIndexInsert(const BSONElement& fieldO,
- const BSONObj& op,
- const NamespaceString& requestNss);
/**
* This class represents the different modes of oplog application that are used within the