diff --git a/lib/fileutils.rb b/lib/fileutils.rb index ce1d6cdba4..b0fd62b0f2 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -632,9 +632,6 @@ module FileUtils def fu_parseargs( optargs, *optdecl ) table = Hash.new(false) - if optargs.last == true or optargs.last == false - table[:verbose] = optargs.pop - end optargs.each do |opt| table[opt] = true end