aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/engine/lazy_source.cpp
blob: 3f19df3b3c13bed021130a43b26ccdf553dbf745 (plain) (blame)
1
2
3
4
5
6
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "lazy_source.h"

namespace search::engine {
}