aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib
diff options
context:
space:
mode:
authorMarkus Reiter2017-12-03 10:05:50 +0100
committerMarkus Reiter2017-12-03 10:09:09 +0100
commita02ce4f8e9699053b363a7dcf593736accae36cb (patch)
tree65390d33ec668ecefd56363b154e7c557a42e471 /Library/Homebrew/cask/lib
parente4bb09dd402ad4b8e3b98d16fec9cfef9646b393 (diff)
downloadbrew-a02ce4f8e9699053b363a7dcf593736accae36cb.tar.bz2
Also remove writer method for `Hbc.binarydir`.
Diffstat (limited to 'Library/Homebrew/cask/lib')
-rw-r--r--Library/Homebrew/cask/lib/hbc/locations.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/locations.rb b/Library/Homebrew/cask/lib/hbc/locations.rb
index 539f9c554..5c9a28f5d 100644
--- a/Library/Homebrew/cask/lib/hbc/locations.rb
+++ b/Library/Homebrew/cask/lib/hbc/locations.rb
@@ -57,8 +57,6 @@ module Hbc
@servicedir ||= Pathname.new("~/Library/Services").expand_path
end
- attr_writer :binarydir
-
def binarydir
@binarydir ||= HOMEBREW_PREFIX.join("bin")
end