aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-21 18:30:38 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-21 18:30:38 +0000
commit4fe271e4b1e4603fb3705a98ec9d61b8baf67cc5 (patch)
treeaa6831a4b58850b53754ff0ed1e88f0cbadd5af2 /streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp
parent1040425ec3753f872c5bd8e5784528ea858a1d5f (diff)
GC unused files and code.
Diffstat (limited to 'streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp')
-rw-r--r--streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp b/streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp
index e69999b160e..7c5348e3f4f 100644
--- a/streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp
+++ b/streamingvisitors/src/vespa/vsm/searcher/fieldsearcher.cpp
@@ -105,7 +105,7 @@ bool FieldSearcher::search(const StorageDocument & doc)
return true;
}
-void FieldSearcher::prepare(QueryTermList & qtl, const SharedSearcherBuf & UNUSED_PARAM(buf))
+void FieldSearcher::prepare(QueryTermList & qtl, const SharedSearcherBuf &)
{
FieldSearcherBase::prepare(qtl);
prepareFieldId();