From d214db1ff1b9384770651e28354bdd3545fd9461 Mon Sep 17 00:00:00 2001 From: "Tux3 / Mlkj / !Lev.uXFMLA" Date: Sat, 8 Nov 2014 20:33:19 +0100 Subject: [PATCH] Remove unused variable --- toxcore/group.c | 1 - 1 file changed, 1 deletion(-) diff --git a/toxcore/group.c b/toxcore/group.c index 0b77e013..c9e45b5e 100644 --- a/toxcore/group.c +++ b/toxcore/group.c @@ -1240,7 +1240,6 @@ static int handle_send_peers(Group_Chats *g_c, int groupnumber, const uint8_t *d if (!g) return -1; - unsigned int i; const uint8_t *d = data; while ((length - (d - data)) >= sizeof(uint16_t) + crypto_box_PUBLICKEYBYTES * 2 + 1) {