diff options
Diffstat (limited to 'src/mongo/db/service_context_d.h')
-rw-r--r-- | src/mongo/db/service_context_d.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/db/service_context_d.h b/src/mongo/db/service_context_d.h index 33cae7595d4..0e96996206a 100644 --- a/src/mongo/db/service_context_d.h +++ b/src/mongo/db/service_context_d.h @@ -31,7 +31,6 @@ #include <boost/optional.hpp> #include <vector> -#include "mongo/db/logical_session_id.h" #include "mongo/db/service_context.h" #include "mongo/platform/unordered_set.h" @@ -68,9 +67,7 @@ public: OpObserver* getOpObserver() override; private: - std::unique_ptr<OperationContext> _newOpCtx(Client* client, - unsigned opId, - boost::optional<LogicalSessionId> lsid) override; + std::unique_ptr<OperationContext> _newOpCtx(Client* client, unsigned opId) override; std::unique_ptr<StorageEngineLockFile> _lockFile; |