summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-01-05 12:57:17 +0100
committerTor Egge <Tor.Egge@online.no>2023-01-05 12:57:17 +0100
commit1708cde088d3ef57ccc1866ac2cd6c71a0cc55f8 (patch)
treea1df609677250030fb57eb3aa2482f9baf62e909 /searchcore
parent8a0767d63644ca9ee2b4df8d293b90d692f1d36e (diff)
Remove unused IDocsumEnvironment::lookupIndex() member function.
Remove unused KeywordExtractor constructor argument.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.h b/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.h
index 97ab10e8903..bd6d8240df0 100644
--- a/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.h
+++ b/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.h
@@ -43,7 +43,6 @@ public:
search::docsummary::IDocsumStore::UP createDocsumStore() override;
const search::IAttributeManager * getAttributeManager() const override { return _attributeMgr.get(); }
- vespalib::string lookupIndex(const vespalib::string & s) const override { (void) s; return ""; }
const juniper::Juniper * getJuniper() const override { return _juniperConfig.get(); }
};