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

#include "lazy_source.h"

namespace search::engine {
}