summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-06-29 10:42:19 +0200
committerTor Egge <Tor.Egge@online.no>2021-06-29 10:42:19 +0200
commitdae8497a2743a18bf9696d664f766dff5e750299 (patch)
tree7cba4695be28c96a4fd9ffea55bfc70542c0dc3d /searchlib
parente928ee61e47fe9c1cd15585df6dc553eaffa4370 (diff)
Remove unneeded local using statement.
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();
}