core: fully revert stuff from ssh_info memoization

5036d16461 only partially reverted
89a4a29d65.

Related to #4670.
This commit is contained in:
Gilles Cornu 2014-10-23 23:01:33 +02:00
parent 1e324093a5
commit 097886b2ce
1 changed files with 1 additions and 6 deletions

View File

@ -72,12 +72,6 @@ module Vagrant
# @return [Vagrantfile]
attr_reader :vagrantfile
# The SSH information for accessing this machine.
# This attribute is set only when the machine is ready for SSH communication.
#
# @return [Hash]
attr_reader :ssh_info
# Initialize a new machine.
#
# @param [String] name Name of the virtual machine.
@ -470,6 +464,7 @@ module Vagrant
end
end
# Return the final compiled SSH info data
info
end