summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-02-02 16:38:59 +0100
committerTor Egge <Tor.Egge@online.no>2023-02-02 16:38:59 +0100
commitb3ad0a56409ea0496c7bcfd688dfb273996dd368 (patch)
tree4036023110eea5ee925814f230db52255409feb1 /searchcore
parent55f7bba90d6fbf89e4b2b17ca06ece3440b0d9fa (diff)
Remove unused variable.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/documentdb/configurer/configurer_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/configurer/configurer_test.cpp b/searchcore/src/tests/proton/documentdb/configurer/configurer_test.cpp
index 1cdc4e8b985..a7d57a1f1b1 100644
--- a/searchcore/src/tests/proton/documentdb/configurer/configurer_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/configurer/configurer_test.cpp
@@ -572,7 +572,6 @@ TEST_F("require that reconfigure returns reprocessing initializer when changing
TEST_F("require that we can reconfigure attribute writer", FastAccessFixture)
{
FastAccessFeedView::SP o = f._view._feedView.get();
- ReconfigParams reconfig_params{CCR()};
f.reconfigure(*createConfig(), *createConfig(),
AttributeCollectionSpec(AttributeCollectionSpec::AttributeList(), 1, 0));
FastAccessFeedView::SP n = f._view._feedView.get();