summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-10 04:54:49 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-10 04:54:49 +0000
commit6d86ee593a78221bfadd99fd9edf41eb5a985cc7 (patch)
tree1ac7356524c4c51ea523b8ba1c1729cf9a5960c5 /lib
parentf05f1ecb2d0e495394efcd93b4f381bae36cc8c5 (diff)
Removed obsoleted test for RubyToken.
[Bug #13991][ruby-core:83188] Patch by MSP-Greg. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rdoc.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rdoc.rb b/lib/rdoc.rb
index 56411e6a04..af05b57116 100644
--- a/lib/rdoc.rb
+++ b/lib/rdoc.rb
@@ -149,7 +149,6 @@ module RDoc
autoload :KNOWN_CLASSES, 'rdoc/known_classes'
autoload :RipperStateLex, 'rdoc/parser/ripper_state_lex'
- autoload :RubyToken, 'rdoc/ruby_token'
autoload :TokenStream, 'rdoc/token_stream'
autoload :Comment, 'rdoc/comment'