From 479f4bc7cd731a481bde9beb9dc21a09e1494a17 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 28 Feb 2014 11:03:59 -0600 Subject: [PATCH] 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. --- Library/Homebrew/formula.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index a4e5c17227..141f126362 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