aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib
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/cask/lib
parentc1b85a6f9d9fd8d46afdcc9488c320d39fcb275d (diff)
downloadbrew-e4bb09dd402ad4b8e3b98d16fec9cfef9646b393.tar.bz2
Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`.
Diffstat (limited to 'Library/Homebrew/cask/lib')
-rw-r--r--Library/Homebrew/cask/lib/hbc/locations.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/locations.rb b/Library/Homebrew/cask/lib/hbc/locations.rb
index e55bdf15d..539f9c554 100644
--- a/Library/Homebrew/cask/lib/hbc/locations.rb
+++ b/Library/Homebrew/cask/lib/hbc/locations.rb
@@ -7,14 +7,10 @@ module Hbc
end
module ClassMethods
- attr_writer :caskroom
-
def caskroom
@caskroom ||= HOMEBREW_PREFIX.join("Caskroom")
end
- attr_writer :cache
-
def cache
@cache ||= HOMEBREW_CACHE.join("Cask")
end