summaryrefslogtreecommitdiff
path: root/lib/racc/parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/racc/parser.rb')
-rw-r--r--lib/racc/parser.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb
index 25590fa228..ae7bec577a 100644
--- a/lib/racc/parser.rb
+++ b/lib/racc/parser.rb
@@ -13,11 +13,6 @@
# $Id$
#
-unless defined? NotImplementedError then
- NotImplementedError = NotImplementError
-end
-
-
module Racc
class ParseError < StandardError; end
end