]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: debug/flags: remove test for SF_COMP_READY
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Nov 2016 07:04:44 +0000 (08:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Nov 2016 07:04:44 +0000 (08:04 +0100)
It doesn't exist anymore.

contrib/debug/flags.c

index 3ad462fb1dbf32befcdab2325d334878976ed488..dfc813a090600f439b2c9077c56eaa3efb766f52 100644 (file)
@@ -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 ? "" : " | ");