mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-23 10:20:01 +00:00
mqtt_outbox: Remove unused retry_count field from outbox_item_t
Signed-off-by: Axel Lin <[email protected]>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user