1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed no longer used variables

This commit is contained in:
Nobuyoshi Nakada 2021-06-14 14:11:38 +09:00
parent 635e1c5282
commit 626427c2e0
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1218,7 +1218,6 @@ static VALUE
sock_s_getnameinfo(int argc, VALUE *argv, VALUE _)
{
VALUE sa, af = Qnil, host = Qnil, port = Qnil, flags, tmp;
char *hptr, *pptr;
char hbuf[1024], pbuf[1024];
int fl;
struct rb_addrinfo *res = NULL;