aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-03-06 21:49:35 +0100
committerMarkus Reiter2017-03-07 00:31:01 +0100
commit76e65ca070c0142f05ba2fcaf05fb6931c929547 (patch)
tree63e4cb6bef0b6371b20434726f0a910e183e9969 /Library/Homebrew/cask/lib/hbc.rb
parentb2359873d032615ccfef0ef07b4cc01996dee0be (diff)
downloadbrew-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.rb3
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