fix(mdns): Removed unused internal lock from mdns_server struct

This commit is contained in:
David Cermak
2023-02-17 19:20:56 +01:00
parent e69a9ebb3d
commit a06fb7714b
2 changed files with 1 additions and 11 deletions

View File

@ -382,7 +382,6 @@ typedef struct mdns_server_s {
const char *hostname;
const char *instance;
mdns_srv_item_t *services;
SemaphoreHandle_t lock;
QueueHandle_t action_queue;
SemaphoreHandle_t action_sema;
mdns_tx_packet_t *tx_queue_head;