summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/attributematchfeature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/features/attributematchfeature.cpp')
-rw-r--r--searchlib/src/vespa/searchlib/features/attributematchfeature.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/features/attributematchfeature.cpp b/searchlib/src/vespa/searchlib/features/attributematchfeature.cpp
index 54a7c225dcd..e0a4d292f11 100644
--- a/searchlib/src/vespa/searchlib/features/attributematchfeature.cpp
+++ b/searchlib/src/vespa/searchlib/features/attributematchfeature.cpp
@@ -333,7 +333,6 @@ AttributeMatchBlueprint::setup(const IIndexEnvironment & env,
describeOutput("averageWeight", "totalWeight/matches");
describeOutput("maxWeight", "The max weight of the attribute keys matched in a weighted set attribute");
- env.hintAttributeAccess(_params.attrInfo->name());
return true;
}