summaryrefslogtreecommitdiff
path: root/lib/racc/parser.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-23 17:58:57 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-23 17:58:57 +0000
commite5282ef182fbd11e2cfd41b752003367320e409f (patch)
treedb60321dd580958a6d9931619e483bad16fb81ca /lib/racc/parser.rb
parent0b7b4c775dc471bf675616dbdd4af9891e29482e (diff)
update NotImplementError to NotImplementedError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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