aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/matching/match_phase_limit_calculator.cpp
blob: 76c33e218c6b0ac26e9c7b9209053014581051b9 (plain) (blame)
1
2
3
4
5
6
7
// Copyright Vespa.ai. 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 {

}