mqtt_outbox: Remove unused retry_count field from outbox_item_t

Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
Axel Lin
2020-11-09 16:08:22 +08:00
parent 259baaec96
commit 673086e13a

View File

@ -16,7 +16,6 @@ typedef struct outbox_item {
int msg_type;
int msg_qos;
outbox_tick_t tick;
int retry_count;
pending_state_t pending;
STAILQ_ENTRY(outbox_item) next;
} outbox_item_t;