aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/macos.rb
diff options
context:
space:
mode:
authorJack Nagel2013-06-06 16:02:27 -0500
committerJack Nagel2013-06-06 16:02:27 -0500
commit1f19374e375c8fbcc73897391095d6e5ae468487 (patch)
tree878a6236e352fe4b5249425e46be8765ee187f74 /Library/Homebrew/macos.rb
parent73b948e06ce95755236ffaf2756b85b5233d243f (diff)
downloadhomebrew-1f19374e375c8fbcc73897391095d6e5ae468487.tar.bz2
Move oldest_cpu to Hardware
Diffstat (limited to 'Library/Homebrew/macos.rb')
-rw-r--r--Library/Homebrew/macos.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb
index e2f55d8a9..bd44ef7ab 100644
--- a/Library/Homebrew/macos.rb
+++ b/Library/Homebrew/macos.rb
@@ -28,18 +28,6 @@ module MacOS extend self
end
end
- def oldest_cpu
- if Hardware::CPU.type == :intel
- if Hardware::CPU.is_64_bit?
- :core2
- else
- :core
- end
- else
- Hardware::CPU.family
- end
- end
-
def locate tool
# Don't call tools (cc, make, strip, etc.) directly!
# Give the name of the binary you look for as a string to this method