Remove GlobLoader from util.rb since it doesn't exist anymore

This commit is contained in:
Mitchell Hashimoto 2011-11-13 13:19:16 -08:00
parent 0ccdb79f9a
commit 71e23bd27c
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ module Vagrant
module Util module Util
autoload :Busy, 'vagrant/util/busy' autoload :Busy, 'vagrant/util/busy'
autoload :Counter, 'vagrant/util/counter' autoload :Counter, 'vagrant/util/counter'
autoload :GlobLoader, 'vagrant/util/glob_loader'
autoload :HashWithIndifferentAccess, 'vagrant/util/hash_with_indifferent_access' autoload :HashWithIndifferentAccess, 'vagrant/util/hash_with_indifferent_access'
autoload :Platform, 'vagrant/util/platform' autoload :Platform, 'vagrant/util/platform'
autoload :Retryable, 'vagrant/util/retryable' autoload :Retryable, 'vagrant/util/retryable'