aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/ext
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/ext')
-rw-r--r--lib/rubygems/ext/builder.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/rubygems/ext/builder.rb b/lib/rubygems/ext/builder.rb
index 8276dd769a..581d420bc4 100644
--- a/lib/rubygems/ext/builder.rb
+++ b/lib/rubygems/ext/builder.rb
@@ -55,11 +55,6 @@ class Gem::Ext::Builder
end
end
- def self.redirector
- warn "#{caller[0]}: Use IO.popen(..., err: [:child, :out])"
- '2>&1'
- end
-
def self.run(command, results, command_name = nil)
verbose = Gem.configuration.really_verbose