Remove unused function

This commit is contained in:
Brian Cain 2020-01-10 10:36:53 -08:00
parent 831b39f9e0
commit 81095090a0
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -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.