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

namespace search::fef::test {

AttributeMap::~AttributeMap() = default;

}