Skip to content

Commit 4620c38

Browse files
Fix: remove active_task_count_ decrement in pop_front()
#534 (comment)
1 parent 6cc496c commit 4620c38

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Src/HALAL/Services/Time/Scheduler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ inline uint8_t Scheduler::front_id() {
5353
}
5454
inline void Scheduler::pop_front() {
5555
// O(1) remove of logical index 0
56-
Scheduler::active_task_count_--;
5756
Scheduler::sorted_task_ids_ >>= 4;
5857
}
5958

0 commit comments

Comments
 (0)