chore(websocket): remove unused client variable

This commit is contained in:
Richard Allen
2024-12-16 15:46:43 -06:00
parent e12ecb8e89
commit 15d3a01e11

View File

@ -122,7 +122,6 @@ struct esp_websocket_client {
uint64_t ping_tick_ms;
uint64_t pingpong_tick_ms;
int wait_timeout_ms;
int auto_reconnect;
bool run;
bool wait_for_pong_resp;
bool selected_for_destroying;