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
commit552dcdc7035d7114d47751d93630e37ae6d5bf24 (patch)
tree3ba45e367fc79d77fee16b9919a44ca56f712d6f /Library/Homebrew/utils.rb
parent4a306f32f468a0dfb1cd0faad861b3773babfa33 (diff)
downloadbrew-552dcdc7035d7114d47751d93630e37ae6d5bf24.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