summaryrefslogtreecommitdiff
path: root/src/mongo/executor/thread_pool_task_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/executor/thread_pool_task_executor.h')
-rw-r--r--src/mongo/executor/thread_pool_task_executor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/executor/thread_pool_task_executor.h b/src/mongo/executor/thread_pool_task_executor.h
index 900ed7508c8..9c95467118f 100644
--- a/src/mongo/executor/thread_pool_task_executor.h
+++ b/src/mongo/executor/thread_pool_task_executor.h
@@ -231,9 +231,6 @@ private:
// Lifecycle state of this executor.
stdx::condition_variable _stateChange;
State _state = preStart;
-
- friend std::shared_ptr<TaskExecutor> makePinnedConnectionTaskExecutor(
- std::shared_ptr<TaskExecutor>);
};
} // namespace executor