aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-02-13 17:42:37 -0500
committerJack Nagel2014-02-13 17:42:37 -0500
commit6dec9f6058486631d11e087b959d49788b83a31e (patch)
tree2c544ec2627fe22ce12b055c9e87f5b5fbe72622 /Library
parentf7ef4964a72d3dfb8c631cafe83ba1e2a8a5dacc (diff)
downloadbrew-6dec9f6058486631d11e087b959d49788b83a31e.tar.bz2
Delete comment that isn't relevant to this code anymore
Diffstat (limited to 'Library')
-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