summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/tree/const_bool_nodes.cpp
blob: 78d8c69a1b57d89a24d9d877967e9647e3ae2a01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. 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;

}