summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/agefeature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/features/agefeature.cpp')
-rw-r--r--searchlib/src/vespa/searchlib/features/agefeature.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/features/agefeature.cpp b/searchlib/src/vespa/searchlib/features/agefeature.cpp
index d0ba622219f..42c2b50868f 100644
--- a/searchlib/src/vespa/searchlib/features/agefeature.cpp
+++ b/searchlib/src/vespa/searchlib/features/agefeature.cpp
@@ -50,14 +50,13 @@ AgeBlueprint::visitDumpFeatures(const search::fef::IIndexEnvironment &,
}
bool
-AgeBlueprint::setup(const search::fef::IIndexEnvironment &env,
+AgeBlueprint::setup(const search::fef::IIndexEnvironment&,
const search::fef::ParameterList &params)
{
_attribute = params[0].getValue();
defineInput("now");
describeOutput("out", "The age of the document, in seconds.");
- env.hintAttributeAccess(_attribute);
return true;
}