From dae8497a2743a18bf9696d664f766dff5e750299 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Tue, 29 Jun 2021 10:42:19 +0200 Subject: Remove unneeded local using statement. --- searchlib/src/vespa/searchlib/attribute/enumstore.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'searchlib') 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::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(); } -- cgit v1.2.3