summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTux3 / Mlkj / !Lev.uXFMLA <barrdetwix@gmail.com>2014-11-08 20:33:19 +0100
committerTux3 / Mlkj / !Lev.uXFMLA <barrdetwix@gmail.com>2014-11-08 20:33:19 +0100
commitd214db1ff1b9384770651e28354bdd3545fd9461 (patch)
tree49f041ad43cd6c7a9ee187ea6fcc9edc5689a368
parentd354dce2546e832006801610cae34676f0857c33 (diff)
Remove unused variable
-rw-r--r--toxcore/group.c1
1 files changed, 0 insertions, 1 deletions
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
1240 if (!g) 1240 if (!g)
1241 return -1; 1241 return -1;
1242 1242
1243 unsigned int i;
1244 const uint8_t *d = data; 1243 const uint8_t *d = data;
1245 1244
1246 while ((length - (d - data)) >= sizeof(uint16_t) + crypto_box_PUBLICKEYBYTES * 2 + 1) { 1245 while ((length - (d - data)) >= sizeof(uint16_t) + crypto_box_PUBLICKEYBYTES * 2 + 1) {