mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-24 11:23:14 -04:00
BUILD: sched: fix leftover of debugging test in single-run changes
There was a leftover of "activity[tid].ctr1++" in commit 7d40b3134
("MEDIUM: sched: do not run a same task multiple times in series")
that unfortunately only builds in development mode :-(
This commit is contained in:
parent
5d0f5f8168
commit
ff7b06badb
1 changed files with 0 additions and 1 deletions
|
|
@ -565,7 +565,6 @@ unsigned int run_tasks_from_lists(unsigned int budgets[])
|
|||
|
||||
/* check if this task has already run during this loop */
|
||||
if ((uint16_t)t->last_run == (uint16_t)activity[tid].loops) {
|
||||
activity[tid].ctr1++;
|
||||
budget_mask &= ~(1 << queue);
|
||||
queue++;
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue