Remove this, supposed to be in vagrant-next

This commit is contained in:
Mitchell Hashimoto 2014-04-10 13:43:15 -07:00
parent f47213f9b2
commit b97c509c15
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
module VagrantPlugins
module DockerProvider
module Action
# This action is responsible for creating the host machine if
# we need to.
class HostMachine
def initialize(app, env)
@app = app
end
def call(env)
@app.call(env)
end
end
end
end
end