aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index/indexmanager_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-03-23 16:01:22 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-03-23 16:13:09 +0000
commit36b3be76ae151682295faa04de17989f3600c29b (patch)
treefbe5156d396bfa694f9acd932b466088c20d2e63 /searchcore/src/tests/proton/index/indexmanager_test.cpp
parent23dcf1db150a66ec66cf746d4234982fdbb0e6e2 (diff)
Add shutdown to thread interface.
Let the optimize config control index and summary executor too.
Diffstat (limited to 'searchcore/src/tests/proton/index/indexmanager_test.cpp')
-rw-r--r--searchcore/src/tests/proton/index/indexmanager_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/index/indexmanager_test.cpp b/searchcore/src/tests/proton/index/indexmanager_test.cpp
index 264cf6d8cfa..8cc075773f7 100644
--- a/searchcore/src/tests/proton/index/indexmanager_test.cpp
+++ b/searchcore/src/tests/proton/index/indexmanager_test.cpp
@@ -48,7 +48,6 @@ using search::memoryindex::FieldIndexCollection;
using search::queryeval::Source;
using std::set;
using std::string;
-using vespalib::BlockingThreadStackExecutor;
using vespalib::ThreadStackExecutor;
using vespalib::makeLambdaTask;
using std::chrono::duration_cast;