aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-02-24 17:20:55 +0800
committerXu Cheng2015-02-24 17:20:55 +0800
commit589de2f26a7bab8c09c55fe6869ff93e6f841de0 (patch)
tree23c2bdaa97f21c4129789de671314756396f706d /Library
parent39473f769413c1239aeb99d6c7b5ce564461fb43 (diff)
downloadbrew-589de2f26a7bab8c09c55fe6869ff93e6f841de0.tar.bz2
fix audit
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index a568be6b7..3f1463194 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -73,10 +73,6 @@ class FormulaText
def =~ regex
regex =~ @text
end
-
- def !~ regex
- regex !~ @text
- end
end
class FormulaAuditor