From 18aa10b39995385c0c4b974f4307645b07d9cf23 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 12 Feb 2014 12:13:02 -0500 Subject: Drop TODO that nobody has ever worked on --- Library/Homebrew/utils.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library/Homebrew/utils.rb') diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index cb0f6fb34..490c5bf7d 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -304,10 +304,6 @@ module GitHub extend self end def issues_for_formula name - # bit basic as depends on the issue at github having the exact name of the - # formula in it. Which for stuff like objective-caml is unlikely. So we - # really should search for aliases too. - # don't include issues that just refer to the tool in their body issues_matching(name).select { |issue| issue["state"] == "open" && issue["title"].include?(name) -- cgit v1.2.3