chore(topicidx): drop TODO comment

This commit is contained in:
Andrew Mayorov 2023-08-25 16:41:21 +04:00
parent ca59a87d47
commit d5cff533e3
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 0 additions and 3 deletions

View File

@ -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