aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcorespi/index/iindexmanager.cpp
blob: 08643aa5405f23e3191c99260c16d9e9301637b2 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "iindexmanager.h"

namespace searchcorespi {

IIndexManager::Reconfigurer::~Reconfigurer() = default;

} // namespace searchcorespi