mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Removed unused variables.
This commit is contained in:
parent
ba169b7c21
commit
0d54a675ec
|
@ -503,8 +503,6 @@ int crypto_connect(Net_Crypto *c, uint8_t *public_key, IP_Port ip_port)
|
|||
*/
|
||||
int crypto_inbound(Net_Crypto *c, uint8_t *public_key, uint8_t *secret_nonce, uint8_t *session_key)
|
||||
{
|
||||
uint32_t i, j;
|
||||
|
||||
while (1) {
|
||||
int incoming_con = incoming_connection(c->lossless_udp, 1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user