aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.cpp
blob: 43610405b871cfddec5dd3be0bb940f79dc7f573 (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 "bucketstatecalculator.h"

namespace proton::test {

BucketStateCalculator::~BucketStateCalculator() = default;

}