From 0fe6d847683c1a70a9fa90945e53388f734d2a5d Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 16 Aug 2014 22:21:47 -0400 Subject: [PATCH] Removed useless line. --- toxcore/net_crypto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/toxcore/net_crypto.c b/toxcore/net_crypto.c index af255f07..a0ad047b 100644 --- a/toxcore/net_crypto.c +++ b/toxcore/net_crypto.c @@ -2333,7 +2333,6 @@ static void send_crypto_packets(Net_Crypto *c) conn->packet_counter = 0; conn->packet_counter_set = temp_time; - double real_send_rate = (double)(conn->packets_sent + conn->packets_resent) / (dt / 1000.0); uint32_t packets_sent = conn->packets_sent; conn->packets_sent = conn->packets_resent = 0;