aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/attributefeature.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2023-05-15 00:08:02 +0200
committerGitHub <noreply@github.com>2023-05-15 00:08:02 +0200
commit93aada3ca9572712e06ce2125e7e5f915111cef4 (patch)
treef9666399703e27fbd866746a80f2604b165b42c0 /searchlib/src/vespa/searchlib/features/attributefeature.cpp
parentf302342ae4ba920dbcc49d4787fa3b81ac97545a (diff)
parentc37136242e8fdf628b64e79a0bad265657ce61aa (diff)
Merge pull request #27105 from vespa-engine/toregge/remove-unused-access-hintingv8.164.52
Remove unused field/attribute access hinting.
Diffstat (limited to 'searchlib/src/vespa/searchlib/features/attributefeature.cpp')
-rw-r--r--searchlib/src/vespa/searchlib/features/attributefeature.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/features/attributefeature.cpp b/searchlib/src/vespa/searchlib/features/attributefeature.cpp
index dae1ccc994b..68f1d352179 100644
--- a/searchlib/src/vespa/searchlib/features/attributefeature.cpp
+++ b/searchlib/src/vespa/searchlib/features/attributefeature.cpp
@@ -534,7 +534,6 @@ AttributeBlueprint::setup(const fef::IIndexEnvironment & env,
describeOutput("count", "Returns the number of elements in this array or weighted set attribute.");
_numOutputs = 4;
}
- env.hintAttributeAccess(_attrName);
return !_tensorType.is_error();
}