summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorbronzdoc <lsagastume1990@gmail.com>2019-06-22 16:39:17 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-31 07:47:01 +0800
commit8b91a6d0a0b8b2f1aaebf9636139f3f933c6f86d (patch)
tree89b91f8c244681a346e3c9136d53e7bb0948ecfe /lib/rubygems
parentdf0b41fc7219f9f4900e117591dd8331dc4a10b0 (diff)
[rubygems/rubygems] Remove unnecessary TODO comment
https://github.com/rubygems/rubygems/commit/ad7e379f79
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/commands/which_command.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rubygems/commands/which_command.rb b/lib/rubygems/commands/which_command.rb
index 334bde2622..3c30702672 100644
--- a/lib/rubygems/commands/which_command.rb
+++ b/lib/rubygems/commands/which_command.rb
@@ -53,7 +53,6 @@ requiring to see why it does not behave as you expect.
end
end
- # TODO: this is totally redundant and stupid
paths = find_paths arg, dirs
if paths.empty?