aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc.rb')
-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'