Skip to content

Commit 15d3a01

Browse files
chore(websocket): remove unused client variable
1 parent e12ecb8 commit 15d3a01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/esp_websocket_client/esp_websocket_client.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ struct esp_websocket_client {
122122
uint64_t ping_tick_ms;
123123
uint64_t pingpong_tick_ms;
124124
int wait_timeout_ms;
125-
int auto_reconnect;
126125
bool run;
127126
bool wait_for_pong_resp;
128127
bool selected_for_destroying;

0 commit comments

Comments
 (0)