aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/test/mock_index_manager.cpp
blob: a6d7d1aaf42bd8786b1cc788d5e9f2ad61907b88 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "mock_index_manager.h"

namespace proton::test {

MockIndexManager::~MockIndexManager() = default;

}