From 8e2f18761f7d09eaa8be69e3d1ee4cf1f3f99578 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 24 Oct 2014 15:45:42 -0400 Subject: [PATCH] Remove unused methods from vagrantfile.rb --- lib/vagrant/vagrantfile.rb | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lib/vagrant/vagrantfile.rb b/lib/vagrant/vagrantfile.rb index 7467ffbbc..011d16351 100644 --- a/lib/vagrant/vagrantfile.rb +++ b/lib/vagrant/vagrantfile.rb @@ -247,20 +247,6 @@ module Vagrant nil end - # Returns the list of defined pushes in this Vagrantfile. - # - # @return [Array] - def pushes - @config.push.defined_pushes - end - - # Get the push by the given name. - # - # @return [idk] - def push(name) - @config.push.get_push(name) - end - protected def find_vagrantfile(search_path)