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)