Removed unused variable.

This commit is contained in:
irungentoo 2015-03-30 20:58:43 -04:00
parent 4e94a45af2
commit 48249360dc
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -2004,8 +2004,6 @@ static int handle_packet(void *object, int i, uint8_t *temp, uint16_t len)
case PACKET_ID_MESSAGE: case PACKET_ID_MESSAGE:
case PACKET_ID_ACTION: { case PACKET_ID_ACTION: {
const uint8_t *message_id = data;
if (data_length == 0) if (data_length == 0)
break; break;