aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat
diff options
context:
space:
mode:
authorMarkus Reiter2017-12-03 09:57:04 +0100
committerMarkus Reiter2017-12-03 09:58:01 +0100
commite4bb09dd402ad4b8e3b98d16fec9cfef9646b393 (patch)
treef24962cfa87cea760e075ac150c85e50849a676c /Library/Homebrew/compat
parentc1b85a6f9d9fd8d46afdcc9488c320d39fcb275d (diff)
downloadbrew-e4bb09dd402ad4b8e3b98d16fec9cfef9646b393.tar.bz2
Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`.
Diffstat (limited to 'Library/Homebrew/compat')
-rw-r--r--Library/Homebrew/compat/hbc/cli.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/compat/hbc/cli.rb b/Library/Homebrew/compat/hbc/cli.rb
index 60d298ed6..921525629 100644
--- a/Library/Homebrew/compat/hbc/cli.rb
+++ b/Library/Homebrew/compat/hbc/cli.rb
@@ -12,8 +12,7 @@ module Hbc
end)
option "--caskroom=PATH", (lambda do |value|
- Hbc.caskroom = value
- odeprecated "`brew cask` with the `--caskroom` flag", disable_on: Time.utc(2017, 10, 31)
+ odisabled "`brew cask` with the `--caskroom` flag"
end)
end
end