aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
authorJack Nagel2014-02-13 17:42:37 -0500
committerJack Nagel2014-02-13 17:42:37 -0500
commit537960164a3efeb10eb6e536a2bf0ed0ceadde03 (patch)
tree4efc6333702aecf10b63a111c5402e9d99ecbd9d /Library/Homebrew/utils.rb
parentabd3174dd88d4f10a591e855ebe626b48e85f481 (diff)
downloadhomebrew-537960164a3efeb10eb6e536a2bf0ed0ceadde03.tar.bz2
Delete comment that isn't relevant to this code anymore
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index e460af5b5..1ee32c5f8 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -319,7 +319,6 @@ module GitHub extend self
end
def issues_for_formula name
- # don't include issues that just refer to the tool in their body
issues_matching(name, :state => "open")
end