summaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/matching/indexenvironment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/matching/indexenvironment.cpp')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/indexenvironment.cpp6
1 files changed, 0 insertions, 6 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;
}