From e33ada0a5e9051e9772e1bc597e6a67be50b05fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 28 Jun 2021 13:01:59 +0200 Subject: [PATCH] Commented unused code --- lib/network.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/network.cpp b/lib/network.cpp index 63dc1e575..23f641fda 100644 --- a/lib/network.cpp +++ b/lib/network.cpp @@ -125,7 +125,9 @@ int listen_on_unix(char *path, int backlog) { - +/* +// THIS CODE IS BEING COMMENTED BECAUSED UNUSED (probably since 2015) +// int connect_socket(char *address, int connect_port) { struct sockaddr_in a; @@ -155,3 +157,4 @@ int connect_socket(char *address, int connect_port) } return s; } +*/