From 0901bde2a2aed5175eedb49a60f3ce963d69c533 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 16 Dec 2011 18:03:44 +0100 Subject: CLEANUP: acl: integer part of acl_test is not used anymore --- include/types/acl.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/types/acl.h b/include/types/acl.h index 9afd85c..f687cb0 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 */ -- 1.7.2.3