diff options
Diffstat (limited to 'lib/racc')
-rw-r--r-- | lib/racc/parser.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb index 737b0fda5d..e0b77f157e 100644 --- a/lib/racc/parser.rb +++ b/lib/racc/parser.rb @@ -11,10 +11,6 @@ # without restriction. # -unless defined?(NotImplementedError) - NotImplementedError = NotImplementError -end - module Racc class ParseError < StandardError; end end |