diff --git a/lib/fileutils.rb b/lib/fileutils.rb index acda98b..1e877fc 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -2066,10 +2066,6 @@ def fu_windows?; true end #:nodoc: def fu_windows?; false end #:nodoc: end - def fu_copy_stream0(src, dest, blksize = nil) #:nodoc: - IO.copy_stream(src, dest) - end - def fu_stream_blksize(*streams) #:nodoc: streams.each do |s| next unless s.respond_to?(:stat)