diff --git a/lib/vagrant/util/safe_chdir.rb b/lib/vagrant/util/safe_chdir.rb index 386415d7c..44c2836f2 100644 --- a/lib/vagrant/util/safe_chdir.rb +++ b/lib/vagrant/util/safe_chdir.rb @@ -4,7 +4,6 @@ module Vagrant module Util class SafeChdir @@chdir_lock = Mutex.new - @@lock_holder = nil # Safely changes directory of this process by putting a lock around # it so that it is thread safe. This will yield a block and when the