Skip to content

Commit

Permalink
Merge pull request #26 from mame/remove-unused-method
Browse files Browse the repository at this point in the history
Remove unused method
  • Loading branch information
yui-knk authored May 19, 2023
2 parents 4a51637 + 52a670c commit 69e0987
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/lrama/states.rb
Original file line number Diff line number Diff line change
Expand Up @@ -411,16 +411,6 @@ def rr_conflicts
@states.flat_map(&:rr_conflicts)
end

def initial_attrs
h = {}

attrs.each do |attr|
h[attr.id] = false
end

h
end

def trace_state
if @trace_state
yield STDERR
Expand Down

0 comments on commit 69e0987

Please sign in to comment.