Skip to content

Commit

Permalink
sshfs_reverse_mount: remove loading of win32 module
Browse files Browse the repository at this point in the history
No need to do that since this file will only ever get run on a linux
host.
  • Loading branch information
dustymabe committed Nov 11, 2016
1 parent 5bb6867 commit 043056a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/vagrant-sshfs/cap/host/linux/sshfs_reverse_mount.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
require "vagrant/util/retryable"
require "tempfile"

# This is already done for us in lib/vagrant-sshfs.rb. We needed to
# do it there before Process.uid is called the first time by Vagrant
# This provides a new Process.create() that works on Windows.
if Vagrant::Util::Platform.windows?
require 'win32/process'
end

module VagrantPlugins
module HostLinux
module Cap
Expand Down

0 comments on commit 043056a

Please sign in to comment.