From 3d70fe126cb9ff55096aaac2943da1687e15ee0d Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 6 May 2015 21:04:31 -0400 Subject: [PATCH] Removed useless line. --- toxcore/TCP_connection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/toxcore/TCP_connection.c b/toxcore/TCP_connection.c index fe39dc52..b0b26d20 100644 --- a/toxcore/TCP_connection.c +++ b/toxcore/TCP_connection.c @@ -249,7 +249,6 @@ int send_packet_tcp_connection(TCP_Connections *tcp_c, int connections_number, c for (i = 0; i < MAX_FRIEND_TCP_CONNECTIONS; ++i) { uint32_t tcp_con_num = con_to->connections[i].tcp_connection; uint8_t status = con_to->connections[i].status; - uint8_t connection_id = con_to->connections[i].connection_id; if (tcp_con_num && status == TCP_CONNECTIONS_STATUS_REGISTERED) { tcp_con_num -= 1;