From c37136242e8fdf628b64e79a0bad265657ce61aa Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Sat, 13 May 2023 16:56:09 +0200 Subject: Remove unused field/attribute access hinting. --- streamingvisitors/src/vespa/searchvisitor/indexenvironment.cpp | 4 ---- streamingvisitors/src/vespa/searchvisitor/indexenvironment.h | 4 ---- 2 files changed, 8 deletions(-) (limited to 'streamingvisitors/src') 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 @@ -38,10 +38,6 @@ IndexEnvironment::addField(const vespalib::string& name, return true; } -void -IndexEnvironment::hintAttributeAccess(const string &) const { -} - void IndexEnvironment::set_ranking_assets_repo(std::shared_ptr 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; -- cgit v1.2.3