aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorJack Nagel2014-02-28 11:03:59 -0600
committerJack Nagel2014-02-28 11:04:40 -0600
commit479f4bc7cd731a481bde9beb9dc21a09e1494a17 (patch)
treec8ebb107ba65e85443fe48f80e2dcc5c3b935210 /Library/Homebrew/formula.rb
parent88565ac3d43ce4ce942070a1d4125d3a3ee2981d (diff)
downloadbrew-479f4bc7cd731a481bde9beb9dc21a09e1494a17.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 Homebrew/homebrew#27092.
Diffstat (limited to 'Library/Homebrew/formula.rb')
-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