summaryrefslogtreecommitdiff
path: root/toxcore/TCP_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_server.c')
-rw-r--r--toxcore/TCP_server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/TCP_server.c b/toxcore/TCP_server.c
index cc59d088..207a5107 100644
--- a/toxcore/TCP_server.c
+++ b/toxcore/TCP_server.c
@@ -1424,8 +1424,6 @@ static void do_TCP_epoll(TCP_Server *tcp_server)
1424 1424
1425void do_TCP_server(TCP_Server *tcp_server) 1425void do_TCP_server(TCP_Server *tcp_server)
1426{ 1426{
1427 unix_time_update();
1428
1429#ifdef TCP_SERVER_USE_EPOLL 1427#ifdef TCP_SERVER_USE_EPOLL
1430 do_TCP_epoll(tcp_server); 1428 do_TCP_epoll(tcp_server);
1431 1429