From 81095090a0123ff8cc7aa27046ee416cbeddf7af Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 10 Jan 2020 10:36:53 -0800 Subject: [PATCH] Remove unused function --- lib/vagrant/util/numeric.rb | 5 ----- 1 file changed, 5 deletions(-) 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.