mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 05:13:28 +02:00
CLEANUP: task: remove the now unused TASK_GLOBAL flag
TASK_GLOBAL was exclusively used by task_unlink_rq(), as such it can be dropped.
This commit is contained in:
@@ -284,7 +284,6 @@ void show_task_state(unsigned int f)
|
||||
SHOW_FLAG(f, TASK_KILLED);
|
||||
SHOW_FLAG(f, TASK_SELF_WAKING);
|
||||
SHOW_FLAG(f, TASK_QUEUED);
|
||||
SHOW_FLAG(f, TASK_GLOBAL);
|
||||
SHOW_FLAG(f, TASK_RUNNING);
|
||||
|
||||
if (f) {
|
||||
|
||||
Reference in New Issue
Block a user