Remove unnecessary xcode-select check

This is handled here:
67fbb313da/Library/brew.rb (L34-46)
This commit is contained in:
Jack Nagel 2014-04-15 11:21:27 -05:00
parent fcda7a1086
commit 490cb34885

View File

@ -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