Skip to content

Commit

Permalink
Merge pull request #213 from jeremyevans/errorsymbolvalue
Browse files Browse the repository at this point in the history
Remove ErrorSymbolValue reference
  • Loading branch information
hsbt authored May 30, 2023
2 parents 0df27b4 + 8983d0c commit 96ded6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/racc/grammar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -993,10 +993,6 @@ def initialize(value, dummyp)
@to_s = '$end'
@serialized = 'false'
@string = false
when ErrorSymbolValue
@to_s = 'error'
@serialized = 'Object.new'
@string = false
else
raise ArgumentError, "unknown symbol value: #{value.class}"
end
Expand Down

0 comments on commit 96ded6b

Please sign in to comment.