Get rid of unnecessary variable

This commit is contained in:
Mitchell Hashimoto 2013-03-21 22:01:20 -07:00
parent d1eccbf98f
commit ab19b506bd
1 changed files with 0 additions and 1 deletions

View File

@ -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