diff options
| author | Markus Reiter | 2017-03-06 21:49:35 +0100 | 
|---|---|---|
| committer | Markus Reiter | 2017-03-07 00:31:01 +0100 | 
| commit | 76e65ca070c0142f05ba2fcaf05fb6931c929547 (patch) | |
| tree | 63e4cb6bef0b6371b20434726f0a910e183e9969 /Library/Homebrew/cask/lib/hbc.rb | |
| parent | b2359873d032615ccfef0ef07b4cc01996dee0be (diff) | |
| download | brew-76e65ca070c0142f05ba2fcaf05fb6931c929547.tar.bz2 | |
Move legacy cache and caskroom code to `compat/*`.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc.rb | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/cask/lib/hbc.rb b/Library/Homebrew/cask/lib/hbc.rb index c971cbd58..74158b04e 100644 --- a/Library/Homebrew/cask/lib/hbc.rb +++ b/Library/Homebrew/cask/lib/hbc.rb @@ -45,9 +45,6 @@ module Hbc    def self.init      Cache.ensure_cache_exists -    Cache.delete_legacy_cache - -    Caskroom.migrate_caskroom_from_repo_to_prefix      Caskroom.ensure_caskroom_exists    end  | 
