Skip to content

Commit

Permalink
Merge pull request #8556 from JulioCesarMatias/RemoveDuplication
Browse files Browse the repository at this point in the history
[scheduler.c] Remove duplication
  • Loading branch information
DzikuVx committed Nov 14, 2022
2 parents fae7954 + 0a7e2e0 commit 9ee63e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scheduler/scheduler.c
Expand Up @@ -198,7 +198,6 @@ void schedulerResetTaskStatistics(cfTaskId_e taskId)
} else if (taskId < TASK_COUNT) {
cfTasks[taskId].movingSumExecutionTime = 0;
cfTasks[taskId].totalExecutionTime = 0;
cfTasks[taskId].totalExecutionTime = 0;
}
}

Expand Down

0 comments on commit 9ee63e9

Please sign in to comment.