diff --git a/esphome/core/scheduler.h b/esphome/core/scheduler.h index 4a35dd88b0..c4bbbf1035 100644 --- a/esphome/core/scheduler.h +++ b/esphome/core/scheduler.h @@ -185,7 +185,6 @@ class Scheduler { static bool cmp(const std::unique_ptr &a, const std::unique_ptr &b); - // Helper methods to work with split execution time (constexpr for optimization) constexpr uint64_t get_next_execution() const { return (static_cast(next_execution_high_) << 32) | next_execution_low_; }