aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/rankingexpression/intrinsic_expression.cpp
blob: adc239f994c1c7e0f87a85cfb8613c2ce67a7ed7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "intrinsic_expression.h"

namespace search::features::rankingexpression {

IntrinsicExpression::~IntrinsicExpression()
{
}

} // namespace search::features::rankingexpression