kill obsolete FIXME

This commit is contained in:
nick black 2021-10-05 01:01:00 -04:00 committed by nick black
parent 4aab6a5bc0
commit 20fb846fbc

View File

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