summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2016-01-12 10:40:10 -0500
committerBenety Goh <benety@mongodb.com>2016-01-12 10:46:26 -0500
commit436c32608c253e52f1e35f07f70df2e67939f8ba (patch)
treef2769de874288b380f9122615e5d79b6cbc5f458 /src/mongo/db/repl/replication_coordinator_external_state.h
parent9cce8846424654653e9449c134fadbe56a7c5df1 (diff)
downloadmongo-436c32608c253e52f1e35f07f70df2e67939f8ba.tar.gz
SERVER-22147 removed unused function ReplicationCoordinatorExternalState::createOperationContext
Diffstat (limited to 'src/mongo/db/repl/replication_coordinator_external_state.h')
-rw-r--r--src/mongo/db/repl/replication_coordinator_external_state.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/repl/replication_coordinator_external_state.h b/src/mongo/db/repl/replication_coordinator_external_state.h
index aba9726fc04..b11352312d6 100644
--- a/src/mongo/db/repl/replication_coordinator_external_state.h
+++ b/src/mongo/db/repl/replication_coordinator_external_state.h
@@ -198,12 +198,6 @@ public:
virtual void signalApplierToCancelFetcher() = 0;
/**
- * Returns an OperationContext, owned by the caller, that may be used in methods of
- * the same instance that require an OperationContext.
- */
- virtual OperationContext* createOperationContext(const std::string& threadName) = 0;
-
- /**
* Drops all temporary collections on all databases except "local".
*
* The implementation may assume that the caller has acquired the global exclusive lock