mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-08-01 03:35:11 +02:00
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:
@@ -16,7 +16,6 @@ typedef struct outbox_item {
|
|||||||
int msg_type;
|
int msg_type;
|
||||||
int msg_qos;
|
int msg_qos;
|
||||||
outbox_tick_t tick;
|
outbox_tick_t tick;
|
||||||
int retry_count;
|
|
||||||
pending_state_t pending;
|
pending_state_t pending;
|
||||||
STAILQ_ENTRY(outbox_item) next;
|
STAILQ_ENTRY(outbox_item) next;
|
||||||
} outbox_item_t;
|
} outbox_item_t;
|
||||||
|
Reference in New Issue
Block a user