diff --git a/lib/vagrant/util/numeric.rb b/lib/vagrant/util/numeric.rb index f65d8512d..31cdd75d5 100644 --- a/lib/vagrant/util/numeric.rb +++ b/lib/vagrant/util/numeric.rb @@ -57,11 +57,6 @@ module Vagrant (bytes / MEGABYTE).round(2) end - # @param [Integer] bytes - # @return [Integer] bytes - rounded up to nearest 512 - def round_to_512(bytes) - end - # @private # Reset the cached values for platform. This is not considered a public # API and should only be used for testing.