From 2d06bda871c1ae1a2608aeda16af0699a3a6f7ff Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Tue, 11 May 2021 10:34:08 +0200 Subject: [PATCH] cleanup removed code --- udp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/udp.c b/udp.c index bc2437e..e3e1464 100644 --- a/udp.c +++ b/udp.c @@ -65,8 +65,6 @@ struct client_sock { }; static struct list *client_sock; -//static int client4_sock = -1; -//static int client6_sock = -1; static struct gqueue *server_replyq = NULL; static struct addrinfo *srcres = NULL;