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

namespace search::fef::test {

AttributeMap::~AttributeMap() = default;

}