GH-4201: Cleaned up some leftover junk I missed removing
This commit is contained in:
parent
fa99f95ea1
commit
1ed31afeba
|
@ -31,10 +31,6 @@ module VagrantPlugins
|
||||||
Regexp.new(regexp)
|
Regexp.new(regexp)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Output rsync process stdout/stderr line by line
|
|
||||||
def self.outputRsyncData(io_name, data)
|
|
||||||
end
|
|
||||||
|
|
||||||
def self.rsync_single(machine, ssh_info, opts)
|
def self.rsync_single(machine, ssh_info, opts)
|
||||||
# Folder info
|
# Folder info
|
||||||
guestpath = opts[:guestpath]
|
guestpath = opts[:guestpath]
|
||||||
|
|
Loading…
Reference in New Issue