Remove unused methods from vagrantfile.rb

This commit is contained in:
Seth Vargo 2014-10-24 15:45:42 -04:00
parent e5b10aa86b
commit 8e2f18761f
1 changed files with 0 additions and 14 deletions

View File

@ -247,20 +247,6 @@ module Vagrant
nil
end
# Returns the list of defined pushes in this Vagrantfile.
#
# @return [Array<Symbol>]
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)