1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00
This commit is contained in:
J. Nick Koston
2025-07-06 18:15:11 -05:00
parent 52d3dba89c
commit 462b44ee23
5 changed files with 0 additions and 404 deletions

View File

@@ -146,9 +146,6 @@ class Scheduler {
// Common implementation for cancel operations
bool cancel_item_(Component *component, bool is_static_string, const void *name_ptr, SchedulerItem::Type type);
// Cancel heap items (items_ and to_add_)
bool cancel_heap_item_(Component *component, bool is_static_string, const void *name_ptr, SchedulerItem::Type type);
private:
// Helper to execute a scheduler item
void execute_item_(SchedulerItem *item);