summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-09-11 13:26:06 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-09-11 13:26:20 +0900
commit0d78390bfb9d87ac7ee192115216882e09c50a06 (patch)
tree02b95e3c6dd53fbef4a05f6768c26c78f2429372 /tool/rbinstall.rb
parent406559a268c0968be5497e6bc0513aa6fe7b0373 (diff)
downloadruby-0d78390bfb9d87ac7ee192115216882e09c50a06.tar.gz
rbinstall.rb: OpenStruct has not been needed for years
Since 6f3e8df133c7785ff6bb6f18d1faec81fefb3999 in 2014.
Diffstat (limited to 'tool/rbinstall.rb')
-rwxr-xr-xtool/rbinstall.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
index 9a164cacc6..7d22a83431 100755
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -20,7 +20,6 @@ require 'fileutils'
require 'shellwords'
require 'optparse'
require 'optparse/shellwords'
-require 'ostruct'
require 'rubygems'
begin
require "zlib"