From: Aurelien DARRAGON Date: Thu, 18 Jan 2024 16:58:30 +0000 (+0100) Subject: CLEANUP: connection: remove obsolete comment in header file X-Git-Tag: v3.0-dev3~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1de149fb6d3adfb6b0c2498fcc31f28cbad2af8e;p=thirdparty%2Fhaproxy.git CLEANUP: connection: remove obsolete comment in header file 0x00000008 bit for CO_FL_* flags is no more unused since 8cc3fc73f1 ("MINOR: connection: update rhttp flags usage"). Removing the comment that says otherwise. --- diff --git a/include/haproxy/connection-t.h b/include/haproxy/connection-t.h index 2c0fd2e592..91369ce9b7 100644 --- a/include/haproxy/connection-t.h +++ b/include/haproxy/connection-t.h @@ -87,7 +87,6 @@ enum { CO_FL_REVERSED = 0x00000004, /* connection has been reversed to backend / reversed and accepted on frontend */ CO_FL_ACT_REVERSING = 0x00000008, /* connection has been reversed to frontend but not yet accepted */ - /* unused : 0x00000008 */ /* unused : 0x00000010 */ /* unused : 0x00000020 */