aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Woodruff2018-02-04 22:44:46 -0500
committerWilliam Woodruff2018-02-04 22:44:46 -0500
commit7fffccba05f8f31d86ae81ee14b81f8ff0c633b5 (patch)
tree34e06d89445de5a8bd4722318889de2108a416b7
parenta44b21b2dfd229c10a0c748c4f06e8ab6520f898 (diff)
downloadbrew-7fffccba05f8f31d86ae81ee14b81f8ff0c633b5.tar.bz2
audit: Remove FILEUTILS_METHODS constant
This constant hasn't been used since there was an `audit_line` method, and as such is vestigial.
-rw-r--r--Library/Homebrew/dev-cmd/audit.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb
index 9d0ed3c59..c7d80a681 100644
--- a/Library/Homebrew/dev-cmd/audit.rb
+++ b/Library/Homebrew/dev-cmd/audit.rb
@@ -189,8 +189,6 @@ class FormulaAuditor
swig
].freeze
- FILEUTILS_METHODS = FileUtils.singleton_methods(false).map { |m| Regexp.escape(m) }.join "|"
-
def initialize(formula, options = {})
@formula = formula
@new_formula = options[:new_formula]