diff options
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 4 |
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" |
