aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/proton_thread_pools_explorer.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/server/proton_thread_pools_explorer.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/proton_thread_pools_explorer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/proton_thread_pools_explorer.h b/searchcore/src/vespa/searchcore/proton/server/proton_thread_pools_explorer.h
index b9ca31edd44..c2356b7dfed 100644
--- a/searchcore/src/vespa/searchcore/proton/server/proton_thread_pools_explorer.h
+++ b/searchcore/src/vespa/searchcore/proton/server/proton_thread_pools_explorer.h
@@ -21,7 +21,6 @@ private:
const vespalib::ThreadExecutor* _docsum;
const vespalib::ThreadExecutor* _flush;
const vespalib::ThreadExecutor* _proton;
- const vespalib::ThreadExecutor* _warmup;
vespalib::ISequencedTaskExecutor* _field_writer;
public:
@@ -30,7 +29,6 @@ public:
const vespalib::ThreadExecutor* docsum,
const vespalib::ThreadExecutor* flush,
const vespalib::ThreadExecutor* proton,
- const vespalib::ThreadExecutor* warmup,
vespalib::ISequencedTaskExecutor* field_writer);
void get_state(const vespalib::slime::Inserter& inserter, bool full) const override;