summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/test/indexenvironment.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/fef/test/indexenvironment.h')
-rw-r--r--searchlib/src/vespa/searchlib/fef/test/indexenvironment.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/fef/test/indexenvironment.h b/searchlib/src/vespa/searchlib/fef/test/indexenvironment.h
index cb14a7cdaea..73ca3e621f2 100644
--- a/searchlib/src/vespa/searchlib/fef/test/indexenvironment.h
+++ b/searchlib/src/vespa/searchlib/fef/test/indexenvironment.h
@@ -63,8 +63,6 @@ public:
const ITableManager &getTableManager() const override { return _tableMan; }
FeatureMotivation getFeatureMotivation() const override { return UNKNOWN; }
void hintFeatureMotivation(FeatureMotivation) const override {}
- void hintFieldAccess(uint32_t) const override {}
- void hintAttributeAccess(const string &) const override {}
uint32_t getDistributionKey() const override { return 3; }
/** Returns a reference to the properties map of this. */