From 2cbce1fbf0a7a361f2be8b3545998f1a36ab3588 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 9 Jan 2018 19:52:34 +0000 Subject: Add more deprecations, disable some existing ones. Add more `odeprecated` calls to places that have been deprecated for a while in the wild and move some of the existing `odeprecated` calls to be `odisabled` to allow deleting the compatibility code. --- Library/Homebrew/compat/xcode.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Homebrew/compat/xcode.rb') diff --git a/Library/Homebrew/compat/xcode.rb b/Library/Homebrew/compat/xcode.rb index 14150cc7c..f212ada64 100644 --- a/Library/Homebrew/compat/xcode.rb +++ b/Library/Homebrew/compat/xcode.rb @@ -4,8 +4,7 @@ module OS module_function def provides_autotools? - odeprecated "OS::Mac::Xcode.provides_autotools?" - version < "4.3" + odisabled "OS::Mac::Xcode.provides_autotools?" end end end -- cgit v1.2.3