summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2023-10-15 22:00:39 +0200
committerTor Egge <Tor.Egge@yahooinc.com>2023-10-15 22:00:39 +0200
commitcbee4b3586c2ae6e7e3ce301678e69f90222775b (patch)
treecb96c242563d0417b722a7e76874a91d6ad5d720
parent90c59bfc313263a238c464b21221d1ede8bf997a (diff)
Remove unused local variable.
-rw-r--r--searchcore/src/vespa/searchcorespi/index/indexmaintainer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcorespi/index/indexmaintainer.cpp b/searchcore/src/vespa/searchcorespi/index/indexmaintainer.cpp
index 50bbbaec355..bbd17be9b5a 100644
--- a/searchcore/src/vespa/searchcorespi/index/indexmaintainer.cpp
+++ b/searchcore/src/vespa/searchcorespi/index/indexmaintainer.cpp
@@ -1362,7 +1362,6 @@ void
IndexMaintainer::consider_initial_urgent_flush()
{
const Schema *prev_schema = nullptr;
- std::optional<uint32_t> urgent_source_id;
auto coll = getSourceCollection();
uint32_t count = coll->getSourceCount();
for (uint32_t i = 0; i < count; ++i) {