diff --git a/plugins/synced_folders/rsync/helper.rb b/plugins/synced_folders/rsync/helper.rb index eb637af96..a0a8598e6 100644 --- a/plugins/synced_folders/rsync/helper.rb +++ b/plugins/synced_folders/rsync/helper.rb @@ -31,10 +31,6 @@ module VagrantPlugins Regexp.new(regexp) end - # Output rsync process stdout/stderr line by line - def self.outputRsyncData(io_name, data) - end - def self.rsync_single(machine, ssh_info, opts) # Folder info guestpath = opts[:guestpath]