aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/termfieldmatchdataarray.cpp
blob: 87a25a87a803e72352b729293b52558b532583f7 (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 "termfieldmatchdataarray.h"

namespace search::fef {

TermFieldMatchDataArray::~TermFieldMatchDataArray() = default;

}