Removed a type that I wasn't using

master
Aadhavan Srinivasan 6 days ago
parent 3f5f8fad2c
commit d44a25f412

@ -205,11 +205,6 @@ func (s State) matchesFor(str []rune, idx int) ([]*State, int) {
return listTransitions, numTransitions
}
type NFA struct {
start State
outputs []State
}
// verifyLastStatesHelper performs the depth-first recursion needed for verifyLastStates
func verifyLastStatesHelper(state *State, visited map[*State]bool) {
if len(state.transitions) == 0 {

Loading…
Cancel
Save