aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
diff options
context:
space:
mode:
authorShaun Jackman2017-11-20 16:04:52 -0800
committerShaun Jackman2017-11-25 09:45:08 -0800
commitbaa3d187d63d5a9bb17fd4dbc052a899b597c2b8 (patch)
tree36db52635274d93995d72f922179606f5eca17de /Library/Homebrew/os
parent86305f7d817ac229d3a44f3b29f7f44cd4ec9cf7 (diff)
downloadbrew-baa3d187d63d5a9bb17fd4dbc052a899b597c2b8.tar.bz2
Add CVSRequirement and SubversionRequirement
Use these two requirements in DependencyCollector. Remove the unused function MacOS::Xcode.provides_cvs?
Diffstat (limited to 'Library/Homebrew/os')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index ae725d948..0b1cc7146 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -174,10 +174,6 @@ module OS
version < "4.3"
end
- def provides_cvs?
- version < "5.0"
- end
-
def default_prefix?
if version < "4.3"
prefix.to_s.start_with? "/Developer"