Selaa lähdekoodia

chore(topicidx): drop TODO comment

Andrew Mayorov 2 vuotta sitten
vanhempi
commit
d5cff533e3
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      apps/emqx/src/emqx_trie_search.erl

+ 0 - 3
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