From 3016658a0896548d24f5ede135285423ed0c3e13 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 9 Apr 2018 08:09:18 -0700 Subject: [PATCH] compat/formula: remove patches. This method was missed in #3896. --- Library/Homebrew/compat/formula.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Library/Homebrew/compat/formula.rb b/Library/Homebrew/compat/formula.rb index 3462184beb..397b8e12ca 100644 --- a/Library/Homebrew/compat/formula.rb +++ b/Library/Homebrew/compat/formula.rb @@ -1,10 +1,4 @@ class Formula - def patches - # Don't print deprecation warning because this method is inherited - # when used. - {} - end - def rake(*) odisabled "FileUtils#rake", "system \"rake\"" end