mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
BUILD: debug/flags: remove test for SF_COMP_READY
It doesn't exist anymore.
This commit is contained in:
parent
f07741d0d5
commit
b01b3ada6b
1 changed files with 0 additions and 1 deletions
|
|
@ -295,7 +295,6 @@ void show_strm_flags(unsigned int f)
|
|||
}
|
||||
|
||||
SHOW_FLAG(f, SF_SRV_REUSED);
|
||||
SHOW_FLAG(f, SF_COMP_READY);
|
||||
SHOW_FLAG(f, SF_IGNORE_PRST);
|
||||
|
||||
//printf("%s", f ? "" : " | ");
|
||||
|
|
|
|||
Loading…
Reference in a new issue