From: Willy Tarreau Date: Fri, 16 Dec 2011 17:03:44 +0000 (+0100) Subject: CLEANUP: acl: integer part of acl_test is not used anymore X-Git-Tag: v1.5-dev8~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31d1b01211ddc4a23a58eee9f11e2a687d7419b6;p=thirdparty%2Fhaproxy.git CLEANUP: acl: integer part of acl_test is not used anymore --- diff --git a/include/types/acl.h b/include/types/acl.h index 9afd85c068..f687cb025a 100644 --- a/include/types/acl.h +++ b/include/types/acl.h @@ -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 */