diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c index eaf87179..609ec35e 100644 --- a/toxcore/Messenger.c +++ b/toxcore/Messenger.c @@ -1979,7 +1979,6 @@ static int handle_packet(void *object, int i, uint8_t *temp, uint16_t len) return -1; Messenger *m = object; - uint64_t temp_time = unix_time(); uint8_t packet_id = temp[0]; uint8_t *data = temp + 1; uint32_t data_length = len - 1; diff --git a/toxcore/group.c b/toxcore/group.c index 53b4ade1..58b9324a 100644 --- a/toxcore/group.c +++ b/toxcore/group.c @@ -1325,7 +1325,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) {