From 32a951cb6cefe1c2e27b21c00c573d9933c50588 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 19 Mar 2010 17:10:09 -0700 Subject: [PATCH] Removed unused method on Vagrant::Command --- lib/vagrant/commands.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/vagrant/commands.rb b/lib/vagrant/commands.rb index 5c909d06b..4fa042aa3 100644 --- a/lib/vagrant/commands.rb +++ b/lib/vagrant/commands.rb @@ -211,13 +211,6 @@ msg box.destroy end - - private - - def act_on_vm(&block) - yield Env.persisted_vm - Env.persisted_vm.execute! - end end end end