aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/macos.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-05-25 16:02:07 +0100
committerMike McQuaid2013-05-25 16:02:18 +0100
commita75aff246e4f058e79b79563c93884b7fd7fa975 (patch)
tree2132c2eeac23487d9f1fc97ce7841cc55669b63a /Library/Homebrew/macos.rb
parent6f6d4e589413c765eb1d332cfc855b0ffb620461 (diff)
downloadbrew-a75aff246e4f058e79b79563c93884b7fd7fa975.tar.bz2
Remove cat_without_underscores bottle methods.
Diffstat (limited to 'Library/Homebrew/macos.rb')
-rw-r--r--Library/Homebrew/macos.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb
index bae263f37..efce93aaf 100644
--- a/Library/Homebrew/macos.rb
+++ b/Library/Homebrew/macos.rb
@@ -27,13 +27,6 @@ module MacOS extend self
end
end
- # TODO: Can be removed when all bottles migrated to underscored cat symbols.
- def cat_without_underscores
- possibly_underscored_cat = cat
- return nil unless possibly_underscored_cat
- cat.to_s.gsub('_', '').to_sym
- end
-
def oldest_cpu
if Hardware::CPU.type == :intel
if Hardware::CPU.is_64_bit?