From 7fffccba05f8f31d86ae81ee14b81f8ff0c633b5 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sun, 4 Feb 2018 22:44:46 -0500 Subject: audit: Remove FILEUTILS_METHODS constant This constant hasn't been used since there was an `audit_line` method, and as such is vestigial. --- Library/Homebrew/dev-cmd/audit.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Homebrew/dev-cmd/audit.rb') 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] -- cgit v1.2.3