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

#include "const_bool_nodes.h"

namespace search::query {

TrueQueryNode::~TrueQueryNode() = default;
FalseQueryNode::~FalseQueryNode() = default;

}