From 1ed31afeba7b919b0ab54a02f0858c45278ce35c Mon Sep 17 00:00:00 2001 From: Chad Maloney Date: Tue, 25 Nov 2014 14:39:56 -0600 Subject: [PATCH] GH-4201: Cleaned up some leftover junk I missed removing --- plugins/synced_folders/rsync/helper.rb | 4 ---- 1 file changed, 4 deletions(-) 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]