aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/rankingexpression/intrinsic_expression.cpp
blob: f0ed14a8baab7b99873512c0a945a3f0f6c6cca4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Yahoo. 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