diff --git a/lib/mqtt_outbox.c b/lib/mqtt_outbox.c index 4ba4b76..7409965 100644 --- a/lib/mqtt_outbox.c +++ b/lib/mqtt_outbox.c @@ -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;