mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Remove dead store
This commit is contained in:
parent
1f4b061a4c
commit
d354dce254
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user