From 8cbb5566b6e5c6a2e6bed96073090dafde524a8f Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Thu, 8 Feb 2024 20:04:14 +0100 Subject: [PATCH] Remove unused methods. --- Library/Homebrew/formula.rb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 5533a1cd6d..342fbcc9d8 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -2012,18 +2012,6 @@ class Formula @alias_full_names ||= core_aliases + tap_aliases end - # a table mapping core alias to formula name - # @private - def self.core_alias_table - CoreTap.instance.alias_table - end - - # a table mapping core formula name to aliases - # @private - def self.core_alias_reverse_table - CoreTap.instance.alias_reverse_table - end - # Returns a list of approximately matching formula names, but not the complete match # @private def self.fuzzy_search(name)