Skip to content

Commit 62f1451

Browse files
committed
Remove unused variable error_class.
1 parent 9cf190a commit 62f1451

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mrb_esp32_wifi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ mrb_esp32_wifi_wait_for_event(mrb_state *mrb, mrb_value self, mrb_esp32_wifi_eve
133133
eh_ctx_t *ehc = (eh_ctx_t *) DATA_PTR(self);
134134
mrb_esp32_wifi_event_t ev;
135135
int wait_count;
136-
struct RClass* error_class;
137136

138137
for(wait_count = 0 ; wait_count < WAIT_EVENT_TIMEOUT_SEC ; wait_count++) {
139138
if(xQueueReceive(ehc->queue, (void*)&ev, (TickType_t)(1000 / portTICK_PERIOD_MS))) {

0 commit comments

Comments
 (0)