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

#include "match_phase_limit_calculator.h"

namespace proton::matching {

}