summaryrefslogtreecommitdiff
path: root/toxcore/TCP_connection.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-04-19 10:34:13 -0400
committerirungentoo <irungentoo@gmail.com>2015-04-19 10:34:13 -0400
commit4a987bf751058f1e82bbb33194512e72f9dda01b (patch)
treee0397ec8f44ba6eb68f5446c3f05c1e870bb8ddb /toxcore/TCP_connection.c
parentef5ef8ef3614f8aa30e8740585b9c5b9064f8a34 (diff)
Removed useless stuff.
Diffstat (limited to 'toxcore/TCP_connection.c')
-rw-r--r--toxcore/TCP_connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxcore/TCP_connection.c b/toxcore/TCP_connection.c
index ebf41592..912f4be4 100644
--- a/toxcore/TCP_connection.c
+++ b/toxcore/TCP_connection.c
@@ -1072,7 +1072,6 @@ static void kill_nonused_tcp(TCP_Connections *tcp_c)
1072 1072
1073void do_tcp_connections(TCP_Connections *tcp_c) 1073void do_tcp_connections(TCP_Connections *tcp_c)
1074{ 1074{
1075 //TODO reconnect to TCP relays if disconnects happen.
1076 do_tcp_conns(tcp_c); 1075 do_tcp_conns(tcp_c);
1077 kill_nonused_tcp(tcp_c); 1076 kill_nonused_tcp(tcp_c);
1078} 1077}