From 626427c2e0f886ff8353c5faa8254699afd88ca8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 14 Jun 2021 14:11:38 +0900 Subject: [PATCH] Removed no longer used variables --- ext/socket/socket.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/socket/socket.c b/ext/socket/socket.c index 09e8f2f00b..617cca2092 100644 --- a/ext/socket/socket.c +++ b/ext/socket/socket.c @@ -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;