aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/index/indexmanager_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/index/indexmanager_test.cpp b/searchcore/src/tests/proton/index/indexmanager_test.cpp
index 7aba8c7d33e..92013091f0e 100644
--- a/searchcore/src/tests/proton/index/indexmanager_test.cpp
+++ b/searchcore/src/tests/proton/index/indexmanager_test.cpp
@@ -939,9 +939,7 @@ struct EnableInterleavedFeaturesParam
};
vespalib::string name = "no_restart";
Restart restart = Restart::NONE;
- bool restart1 = false; // Restart after flushing 1st memory index without interleaved features
bool doc = false; // Feed doc after enabling interleaved fatures
- bool restart2 = false; // Restart after flushing 2nd memory index with interleaved fatures
bool pruned_config = false; // Original config has been pruned
EnableInterleavedFeaturesParam no_doc_restart1() && {