Replace unused var with purpose-revealing comment

bug/bundler_fix
James Lee 2014-01-09 15:07:04 -06:00
parent 27133257a4
commit 7cb6836209
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 2 additions and 0 deletions

View File

@ -215,6 +215,8 @@ module Socket
end
if is_ipv6?(host)
# pop off the scopeid since gethostbyname isn't smart enough to
# deal with it.
host, _ = host.split('%', 2)
end