From 19d724dcd431ccb9500787f8696c19376330b3b5 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 20 May 2020 10:46:09 -0700 Subject: [PATCH] Remove unused require for MapCommandOptions class --- lib/vagrant/util/downloader.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant/util/downloader.rb b/lib/vagrant/util/downloader.rb index dd45933f6..26c0d7067 100644 --- a/lib/vagrant/util/downloader.rb +++ b/lib/vagrant/util/downloader.rb @@ -9,7 +9,6 @@ require "vagrant/util/platform" require "vagrant/util/subprocess" require "vagrant/util/curl_helper" require "vagrant/util/file_checksum" -require "vagrant/util/map_command_options" module Vagrant module Util