From 490cb34885d459c4c840feaad16e2f3560b6284f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 15 Apr 2014 11:21:27 -0500 Subject: [PATCH] Remove unnecessary xcode-select check This is handled here: https://github.com/Homebrew/homebrew/blob/67fbb313da8843234c4d1785c9c074af5a025394/Library/brew.rb#L34-46 --- Library/Homebrew/os/mac/xcode.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 8edf211833..b7447d4e30 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -96,11 +96,6 @@ module OS return $1 if $1 end - # Xcode 4.3 xc* tools hang indefinately if xcode-select path is set thus - # FIXME Is this still true? On what versions? Will the above xcodebuild - # call hang also? Document this. - raise if bad_xcode_select_path? - xcodebuild = which "xcodebuild" raise unless xcodebuild && xcodebuild != xcode43build