From 59ecf95b0d1586f7edbc644fd34e6821c54ef3ab Mon Sep 17 00:00:00 2001 From: slackfan Date: Fri, 7 Sep 2018 09:34:42 +0200 Subject: [PATCH] Remove unnessary import Signed-off-by: Alexander Fischer --- lib/vagrant/machine.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant/machine.rb b/lib/vagrant/machine.rb index f7f190d63..450e21fc1 100644 --- a/lib/vagrant/machine.rb +++ b/lib/vagrant/machine.rb @@ -4,7 +4,6 @@ require "digest/md5" require "thread" require "log4r" -require "vagrant/util/platform" module Vagrant # This represents a machine that Vagrant manages. This provides a singular