core: remove NFS action

This commit is contained in:
Mitchell Hashimoto 2013-11-22 16:53:17 -08:00
parent 52fe93cc41
commit 079ac12f5d
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ module Vagrant
autoload :HandleBoxUrl, "vagrant/action/builtin/handle_box_url"
autoload :HandleForwardedPortCollisions, "vagrant/action/builtin/handle_forwarded_port_collisions"
autoload :Lock, "vagrant/action/builtin/lock"
autoload :NFS, "vagrant/action/builtin/nfs"
autoload :Provision, "vagrant/action/builtin/provision"
autoload :ProvisionerCleanup, "vagrant/action/builtin/provisioner_cleanup"
autoload :SetHostname, "vagrant/action/builtin/set_hostname"