BUILD: debug/flags: remove test for SF_COMP_READY

It doesn't exist anymore.
This commit is contained in:
Willy Tarreau 2016-11-11 08:04:44 +01:00
parent f07741d0d5
commit b01b3ada6b

View File

@ -295,7 +295,6 @@ void show_strm_flags(unsigned int f)
} }
SHOW_FLAG(f, SF_SRV_REUSED); SHOW_FLAG(f, SF_SRV_REUSED);
SHOW_FLAG(f, SF_COMP_READY);
SHOW_FLAG(f, SF_IGNORE_PRST); SHOW_FLAG(f, SF_IGNORE_PRST);
//printf("%s", f ? "" : " | "); //printf("%s", f ? "" : " | ");