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

namespace search::fef::test {

NoLabel::~NoLabel() = default;

}