lwip: sntp: remove redundant sys_check_timeouts()
authorJerome Forissier <jerome.forissier@linaro.org>
Fri, 1 Aug 2025 08:12:20 +0000 (10:12 +0200)
committerJerome Forissier <jerome.forissier@linaro.org>
Mon, 18 Aug 2025 13:47:58 +0000 (15:47 +0200)
commit8f80e305792419000e141828cef7539eb3180fc9
tree4fff0aef4cbb4bab1d1c21f6fabbc6a42f97455a
parent46fc56559933777051bcc7b58d06424f1f4af504
lwip: sntp: remove redundant sys_check_timeouts()

Now that sys_check_timeouts() is called in net_lwip_rx(), there is no
need to call it from the SNTP receive loop. Remove the redundant call.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
cmd/lwip/sntp.c