summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/enumstore.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/enumstore.hpp b/searchlib/src/vespa/searchlib/attribute/enumstore.hpp
index 771da8ffa01..2e6cd0e29b7 100644
--- a/searchlib/src/vespa/searchlib/attribute/enumstore.hpp
+++ b/searchlib/src/vespa/searchlib/attribute/enumstore.hpp
@@ -194,8 +194,6 @@ void
EnumStoreT<EntryT>::free_unused_values(IndexList to_remove)
{
struct CompareEnumIndex {
- using Index = IEnumStore::Index;
-
bool operator()(const Index &lhs, const Index &rhs) const {
return lhs.ref() < rhs.ref();
}