Remove unused wakeable_delay on host

This commit is contained in:
J. Nick Koston
2026-04-04 11:01:11 -10:00
parent edc5ec62e0
commit ad3c92e3f7
-3
View File
@@ -112,9 +112,6 @@ void wake_loop_threadsafe();
/// Host: no ISR, just use threadsafe version.
inline void wake_loop_any_context() { wake_loop_threadsafe(); }
/// Host: select() handles the delay, this is a simple fallback.
inline void wakeable_delay(uint32_t ms) { delay(ms); }
#endif
} // namespace esphome