diff options
| author | Markus Reiter | 2017-08-04 15:37:35 +0200 | 
|---|---|---|
| committer | Markus Reiter | 2017-08-04 15:39:32 +0200 | 
| commit | 12d4226bfc2dd4c1c06d8c1e8ba7b7e84982c290 (patch) | |
| tree | 3c2f0ac6f57e406db7e3ae425935dd18c7e71681 /Library/Homebrew/cask/lib/hbc.rb | |
| parent | 1cae6dd6777aa6657c0df500a32ef68cefb2b746 (diff) | |
| download | brew-12d4226bfc2dd4c1c06d8c1e8ba7b7e84982c290.tar.bz2 | |
Remove `_checkurl`.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc.rb b/Library/Homebrew/cask/lib/hbc.rb index 5b94a1b55..780acedf5 100644 --- a/Library/Homebrew/cask/lib/hbc.rb +++ b/Library/Homebrew/cask/lib/hbc.rb @@ -16,7 +16,6 @@ require "hbc/container"  require "hbc/download"  require "hbc/download_strategy"  require "hbc/exceptions" -require "hbc/fetcher"  require "hbc/installer"  require "hbc/locations"  require "hbc/macos" @@ -28,7 +27,6 @@ require "hbc/system_command"  require "hbc/topological_hash"  require "hbc/underscore_supporting_uri"  require "hbc/url" -require "hbc/url_checker"  require "hbc/utils"  require "hbc/verify"  require "hbc/version"  | 
