aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2023-05-15 00:08:02 +0200
committerGitHub <noreply@github.com>2023-05-15 00:08:02 +0200
commit93aada3ca9572712e06ce2125e7e5f915111cef4 (patch)
treef9666399703e27fbd866746a80f2604b165b42c0 /streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
parentf302342ae4ba920dbcc49d4787fa3b81ac97545a (diff)
parentc37136242e8fdf628b64e79a0bad265657ce61aa (diff)
Merge pull request #27105 from vespa-engine/toregge/remove-unused-access-hintingv8.164.52
Remove unused field/attribute access hinting.
Diffstat (limited to 'streamingvisitors/src/vespa/searchvisitor/indexenvironment.h')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/indexenvironment.h4
1 files changed, 0 insertions, 4 deletions
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;