aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcorespi/index/iindexmanager.cpp
blob: 70770f6f012f709cfe2012b50b988e3c4cbd89c1 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. 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