mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -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);
|
e->trie[follow] = esctrie_idx(a, term);
|
||||||
}else if(e->trie[i] == 0){
|
}else if(e->trie[i] == 0){
|
||||||
e->trie[i] = esctrie_idx(a, targ);
|
e->trie[i] = esctrie_idx(a, targ);
|
||||||
// FIXME travel to the ends and link targ there
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
targ->kleene = esctrie_idx(a, targ);
|
targ->kleene = esctrie_idx(a, targ);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user