Removes pending message count

The information was used only to log remaining messages on debug log.
It was checked on writing but updated prior to every call making the
verification meaningless.
This commit is contained in:
Euripedes Rocha
2023-04-13 11:11:13 +02:00
parent 5729048683
commit da6d38a17e
2 changed files with 3 additions and 17 deletions

View File

@ -58,7 +58,6 @@ typedef struct mqtt_state {
uint16_t pending_msg_id;
int pending_msg_type;
int pending_publish_qos;
int pending_msg_count;
} mqtt_state_t;
typedef struct {