mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
kill obsolete FIXME
This commit is contained in:
parent
4aab6a5bc0
commit
20fb846fbc
@ -197,7 +197,6 @@ link_kleene(automaton* a, esctrie* e, unsigned follow){
|
||||
e->trie[follow] = esctrie_idx(a, term);
|
||||
}else if(e->trie[i] == 0){
|
||||
e->trie[i] = esctrie_idx(a, targ);
|
||||
// FIXME travel to the ends and link targ there
|
||||
}
|
||||
}
|
||||
targ->kleene = esctrie_idx(a, targ);
|
||||
|
Loading…
x
Reference in New Issue
Block a user