aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src
diff options
context:
space:
mode:
Diffstat (limited to 'streamingvisitors/src')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/indexenvironment.cpp4
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/indexenvironment.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.cpp b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.cpp
index 0e4c082dea3..180db59e9b2 100644
--- a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.cpp
+++ b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.cpp
@@ -39,10 +39,6 @@ IndexEnvironment::addField(const vespalib::string& name,
}
void
-IndexEnvironment::hintAttributeAccess(const string &) const {
-}
-
-void
IndexEnvironment::set_ranking_assets_repo(std::shared_ptr<const IRankingAssetsRepo> ranking_assets_repo)
{
_ranking_assets_repo = std::move(ranking_assets_repo);
diff --git a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
index f741af77e35..2cb154e2eb5 100644
--- a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
+++ b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
@@ -68,10 +68,6 @@ public:
_motivation = motivation;
}
- void hintFieldAccess(uint32_t) const override {}
-
- void hintAttributeAccess(const string & name) const override;
-
vespalib::eval::ConstantValue::UP getConstantValue(const vespalib::string& name) const override;
vespalib::string getRankingExpression(const vespalib::string& name) const override;