aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
authorJack Nagel2014-02-12 12:13:02 -0500
committerJack Nagel2014-02-12 12:13:02 -0500
commit18aa10b39995385c0c4b974f4307645b07d9cf23 (patch)
tree6a2e7ac48a86f651e85a009161650206996ca285 /Library/Homebrew/utils.rb
parentb2b13ce03558f09e9d117f71b07dbdad3a0240a8 (diff)
downloadhomebrew-18aa10b39995385c0c4b974f4307645b07d9cf23.tar.bz2
Drop TODO that nobody has ever worked on
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb4
1 files changed, 0 insertions, 4 deletions
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)