aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/indexenvironment.cpp6
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/indexenvironment.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/indexenvironment.cpp b/searchcore/src/vespa/searchcore/proton/matching/indexenvironment.cpp
index 6fceb0db87f..e6b6022b34b 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/indexenvironment.cpp
+++ b/searchcore/src/vespa/searchcore/proton/matching/indexenvironment.cpp
@@ -161,12 +161,6 @@ IndexEnvironment::hintFeatureMotivation(FeatureMotivation motivation) const {
_motivation = motivation;
}
-void
-IndexEnvironment::hintFieldAccess(uint32_t ) const { }
-
-void
-IndexEnvironment::hintAttributeAccess(const string &) const { }
-
IndexEnvironment::~IndexEnvironment() = default;
}
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 {