Merge pull request #4042 from MikeMcQuaid/formula-compat-remove-patches

compat/formula: remove patches.
This commit is contained in:
Mike McQuaid 2018-04-09 13:49:08 -07:00 committed by GitHub
commit 7c865714c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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