aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index c876916af..eff006cdc 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -657,8 +657,6 @@ private
case method
when :brew
raise "You cannot override Formula#brew"
- when :patch
- raise "You probably meant `def patches`."
when :test
@test_defined = true
end