From: Willy Tarreau Date: Fri, 11 Nov 2016 07:04:44 +0000 (+0100) Subject: BUILD: debug/flags: remove test for SF_COMP_READY X-Git-Tag: v1.7.0~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b01b3ada6b261c576cd85fdd76587e41b3c38710;p=thirdparty%2Fhaproxy.git BUILD: debug/flags: remove test for SF_COMP_READY It doesn't exist anymore. --- diff --git a/contrib/debug/flags.c b/contrib/debug/flags.c index 3ad462fb1d..dfc813a090 100644 --- a/contrib/debug/flags.c +++ b/contrib/debug/flags.c @@ -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 ? "" : " | ");