aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.cpp
blob: a83731eea124302608d04478b0462870c891c800 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Vespa.ai. 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;

}