aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/matching/indexenvironment.h
diff options
context:
space:
mode:
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 {