summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-10-10 11:13:10 +0200
committerTor Egge <Tor.Egge@online.no>2023-10-10 11:13:10 +0200
commit26a777173863791c024b56aab805bce5737dcf00 (patch)
treedc98e6ca281a289c8d3731dbc0337ba31a4c5495 /searchcore
parent24f1bc3da41cbf79498e6fd6fb21befb04b3c123 (diff)
Remove unused member variables.
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() && {