Remove unused variable

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-08 20:33:19 +01:00
parent d354dce254
commit d214db1ff1
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -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) {