aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-03-07 21:30:03 -0500
committerMike McQuaid2012-03-10 18:10:40 +1300
commit28b8cc7ee67ed8c1a502e92fde28e5e366cf9139 (patch)
tree0632caaa730216f155c2e68fa6f83aa47183358d /Library/Homebrew/utils.rb
parent24476086ae82a4f3d783f547aa0a57e82829787d (diff)
downloadhomebrew-28b8cc7ee67ed8c1a502e92fde28e5e366cf9139.tar.bz2
Move most bottle stuff to a bottles.rb file.
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index f18b908b2..4ef0a5a67 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -503,10 +503,6 @@ module MacOS extend self
def prefer_64_bit?
Hardware.is_64_bit? and not leopard?
end
-
- def bottles_supported?
- HOMEBREW_PREFIX.to_s == '/usr/local' and HOMEBREW_CELLAR.to_s == '/usr/local/Cellar'
- end
end
module GitHub extend self