chore(topicidx): drop TODO comment
This commit is contained in:
parent
ca59a87d47
commit
d5cff533e3
|
@ -251,9 +251,6 @@ compare([], _Words, _) ->
|
||||||
% Closest possible next entries that we must not miss:
|
% Closest possible next entries that we must not miss:
|
||||||
% * a/+/c/# (which is a match)
|
% * a/+/c/# (which is a match)
|
||||||
% * a/+/c/+ (also a match)
|
% * a/+/c/+ (also a match)
|
||||||
%
|
|
||||||
% TODO
|
|
||||||
% We might probably instead seek to a/+/c/# right away.
|
|
||||||
match_prefix;
|
match_prefix;
|
||||||
compare(['#'], _Words, _) ->
|
compare(['#'], _Words, _) ->
|
||||||
% NOTE
|
% NOTE
|
||||||
|
|
Loading…
Reference in New Issue