aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/test/labels.cpp
blob: 6e7c144cc7da6dff950e013786675283dc6a01c5 (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 "labels.h"

namespace search::fef::test {

NoLabel::~NoLabel() = default;

}