From 3e3ba7642c5118322d3595988a50e6b4d6513165 Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:37:04 +0900 Subject: [PATCH] remove useless method --- Library/Homebrew/cask/info.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/Homebrew/cask/info.rb b/Library/Homebrew/cask/info.rb index 64434a9e4b..6c540f40a8 100644 --- a/Library/Homebrew/cask/info.rb +++ b/Library/Homebrew/cask/info.rb @@ -36,10 +36,6 @@ module Cask title end - def self.formatted_url(url) - "#{Tty.underline}#{url}#{Tty.reset}" - end - def self.installation_info(cask) return "Not installed\n" unless cask.installed?