From d5cff533e3e3128bc36def697a217a0cc16f4a04 Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Fri, 25 Aug 2023 16:41:21 +0400 Subject: [PATCH] chore(topicidx): drop TODO comment --- apps/emqx/src/emqx_trie_search.erl | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/emqx/src/emqx_trie_search.erl b/apps/emqx/src/emqx_trie_search.erl index 6285eb4eb..b774e1459 100644 --- a/apps/emqx/src/emqx_trie_search.erl +++ b/apps/emqx/src/emqx_trie_search.erl @@ -251,9 +251,6 @@ compare([], _Words, _) -> % Closest possible next entries that we must not miss: % * a/+/c/# (which is a match) % * a/+/c/+ (also a match) - % - % TODO - % We might probably instead seek to a/+/c/# right away. match_prefix; compare(['#'], _Words, _) -> % NOTE