aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/matching/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 /searchcore/src/vespa/searchcore/proton/matching/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 'searchcore/src/vespa/searchcore/proton/matching/indexenvironment.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/indexenvironment.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/indexenvironment.h b/searchcore/src/vespa/searchcore/proton/matching/indexenvironment.h
index 1fa6c7c3917..686833e6af1 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/indexenvironment.h
+++ b/searchcore/src/vespa/searchcore/proton/matching/indexenvironment.h
@@ -61,8 +61,6 @@ public:
const search::fef::ITableManager &getTableManager() const override;
FeatureMotivation getFeatureMotivation() const override;
void hintFeatureMotivation(FeatureMotivation motivation) const override;
- void hintFieldAccess(uint32_t fieldId) const override;
- void hintAttributeAccess(const string &name) const override;
uint32_t getDistributionKey() const override { return _distributionKey; }
vespalib::eval::ConstantValue::UP getConstantValue(const vespalib::string &name) const override {