diff options
Diffstat (limited to 'src/mongo/transport/service_executor_adaptive.h')
-rw-r--r-- | src/mongo/transport/service_executor_adaptive.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/transport/service_executor_adaptive.h b/src/mongo/transport/service_executor_adaptive.h index beca37276e0..2163d97f3e5 100644 --- a/src/mongo/transport/service_executor_adaptive.h +++ b/src/mongo/transport/service_executor_adaptive.h @@ -168,7 +168,6 @@ private: TickSource::Tick executingCurRun; CumulativeTickTimer executing; int recursionDepth = 0; - stdx::thread thread; }; using ThreadList = stdx::list<ThreadState>; |