Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused methods. #16625

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 0 additions & 12 deletions Library/Homebrew/formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2012,18 +2012,6 @@ def self.alias_full_names
@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)
Expand Down