]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: acl: integer part of acl_test is not used anymore
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2011 17:03:44 +0000 (18:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Dec 2011 16:33:26 +0000 (17:33 +0100)
include/types/acl.h

index 9afd85c06805ff3ef8e4b04541e91ade7521b1e1..f687cb025afe0b2f33d86896fe088c0be8ac3d83 100644 (file)
@@ -240,7 +240,6 @@ struct acl_pattern {
  * retrieving a value, and an acl_match_* function responsible for testing it.
  */
 struct acl_test {
-       int i;                  /* integer value */
        char *ptr;              /* pointer to beginning of value */
        int len;                /* length of value at ptr, otherwise ignored */
        int flags;              /* ACL_TEST_F_* set to 0 on first call */