aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-06-04 16:21:35 +0900
committergit <svn-admin@ruby-lang.org>2022-06-04 16:40:19 +0900
commit76479de159591a9e1dad256d908368c9dd17dad9 (patch)
treef2de5b42638a4ae40996b388cfc2f844ed698f51
parentc19a842e1c1eeaeeb4538078c619e30a45f63098 (diff)
downloadruby-76479de159591a9e1dad256d908368c9dd17dad9.tar.gz
[ruby/rdoc] Remove never used win32console
https://github.com/ruby/rdoc/commit/47a1aef447
-rw-r--r--lib/rdoc/ri/driver.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/rdoc/ri/driver.rb b/lib/rdoc/ri/driver.rb
index edd2a703e7..679cfd399c 100644
--- a/lib/rdoc/ri/driver.rb
+++ b/lib/rdoc/ri/driver.rb
@@ -7,11 +7,6 @@ begin
rescue LoadError
end
-begin
- require 'win32console'
-rescue LoadError
-end
-
require_relative '../../rdoc'
require_relative 'formatter' # For RubyGems backwards compatibility