Skip to content

Commit

Permalink
Remove stale code
Browse files Browse the repository at this point in the history
NotImplementedError has been defined since ruby 1.6.
  • Loading branch information
nobu committed Nov 29, 2023
1 parent 497ca6c commit 35e6850
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/racc/parser.rb
Expand Up @@ -12,10 +12,6 @@

require 'racc/info'

unless defined?(NotImplementedError)
NotImplementedError = NotImplementError # :nodoc:
end

module Racc
class ParseError < StandardError; end
end
Expand Down

0 comments on commit 35e6850

Please sign in to comment.