aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-11 13:43:00 +0100
committerMarkus Reiter2017-02-11 13:43:00 +0100
commit94dceeab1dac30983057737e1efe0d732c5aa551 (patch)
tree2b55cc77859900079aac12921034f8e7055d3774 /Library/Homebrew/os
parent9d96a5c512f45cb7cf68626a7ce6963e2573a589 (diff)
downloadbrew-94dceeab1dac30983057737e1efe0d732c5aa551.tar.bz2
Move `require_relocation?` from `os/mac/keg` to `keg`.
Diffstat (limited to 'Library/Homebrew/os')
-rw-r--r--Library/Homebrew/os/mac/keg.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/os/mac/keg.rb b/Library/Homebrew/os/mac/keg.rb
index b2a769849..674ea3330 100644
--- a/Library/Homebrew/os/mac/keg.rb
+++ b/Library/Homebrew/os/mac/keg.rb
@@ -24,8 +24,4 @@ class Keg
EOS
raise
end
-
- def require_relocation?
- @require_relocation
- end
end