Skip to content

Commit

Permalink
transition_queue is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Jan 20, 2025
1 parent 7798e8e commit 375ba5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/lrama/states.rb
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ def compute_default_reduction
end

def split_states
transition_queue = []
@states.each do |state|
state.transitions.each do |shift, next_state|
compute_state(state, shift, next_state)
Expand Down

0 comments on commit 375ba5a

Please sign in to comment.