Removed useless line.

This commit is contained in:
irungentoo 2014-08-16 22:21:47 -04:00
parent 9134048bb5
commit 0fe6d84768
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -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;