Skip to content

Commit 274d6a7

Browse files
committed
examples: zephyr: common: wifi: remove dead code
Signed-off-by: Sam Friedman <[email protected]>
1 parent b52816c commit 274d6a7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/zephyr/common/wifi.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,6 @@ static void wifi_event_handle(struct k_work *work)
432432
return;
433433
}
434434

435-
if (new_state == WIFI_STATE_INVALID)
436-
{
437-
return;
438-
}
439-
440435
wifi_state_change(wifi_mgmt, new_state);
441436

442437
if (new_state == old_state)

0 commit comments

Comments
 (0)