aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-02-28 11:03:59 -0600
committerJack Nagel2014-02-28 11:04:40 -0600
commit2d47c3e448e32b9d594104b5ac18b333d36e3cb7 (patch)
tree09f54f2ebca07410c7a05768af977e63a0e93841
parent5c3d91f22e5df5f65062230cbdf2cc301e104954 (diff)
downloadhomebrew-2d47c3e448e32b9d594104b5ac18b333d36e3cb7.tar.bz2
Remove deprecation notice from system "xcodebuild"
The new xcodebuild method calls system "xcodebuild" underneath, so this notice would always be printed. Instead we will just rely on the audit check. Fixes #27092.
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index a4e5c1722..141f12636 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -565,7 +565,6 @@ class Formula
ohai "#{cmd} #{pretty_args*' '}".strip
if cmd.to_s.start_with? "xcodebuild"
- opoo %{system "xcodebuild" is deprecated, use the xcodebuild method instead}
removed_ENV_variables.update(ENV.remove_cc_etc)
end