summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_executor_fixed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/transport/service_executor_fixed.h')
-rw-r--r--src/mongo/transport/service_executor_fixed.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/transport/service_executor_fixed.h b/src/mongo/transport/service_executor_fixed.h
index baf3a7be7e3..9aae4ab1718 100644
--- a/src/mongo/transport/service_executor_fixed.h
+++ b/src/mongo/transport/service_executor_fixed.h
@@ -32,7 +32,6 @@
#include <memory>
#include "mongo/base/status.h"
-#include "mongo/db/service_context.h"
#include "mongo/platform/atomic_word.h"
#include "mongo/platform/mutex.h"
#include "mongo/stdx/condition_variable.h"
@@ -55,8 +54,6 @@ public:
explicit ServiceExecutorFixed(ThreadPool::Options options);
virtual ~ServiceExecutorFixed();
- static ServiceExecutorFixed* get(ServiceContext* ctx);
-
Status start() override;
Status shutdown(Milliseconds timeout) override;
Status scheduleTask(Task task, ScheduleFlags flags) override;