providers/hyperv: remove nonexistent action

This commit is contained in:
Mitchell Hashimoto 2014-02-26 16:12:47 -08:00
parent 760f3d9b7b
commit ef71729c24
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ module VagrantPlugins
autoload :MessageNotCreated, action_root.join('message_not_created')
autoload :MessageAlreadyCreated, action_root.join('message_already_created')
autoload :MessageNotRunning, action_root.join('message_not_running')
autoload :SyncFolders, action_root.join('sync_folders')
autoload :ReadGuestIP, action_root.join('read_guest_ip')
autoload :WaitForIPAddress, action_root.join("wait_for_ip_address")
end