From 0d54a675ecb884d0b368c48ce5b2bd7dad09ee04 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sun, 22 Sep 2013 14:25:52 -0400 Subject: Removed unused variables. --- toxcore/net_crypto.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'toxcore/net_crypto.c') diff --git a/toxcore/net_crypto.c b/toxcore/net_crypto.c index 2da2ba3b..98571ce7 100644 --- a/toxcore/net_crypto.c +++ b/toxcore/net_crypto.c @@ -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); -- cgit v1.2.3