commit | 31d1b01211ddc4a23a58eee9f11e2a687d7419b6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Dec 16 18:03:44 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 30 17:33:26 2011 +0100 |
tree | 73adbfba0a4ffbc2a5141947fe1d02d92dbf6489 | |
parent | f4362b3e3b97a09a029e79664c548c3fb76d247a [diff] |
CLEANUP: acl: integer part of acl_test is not used anymore
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 @@ * 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 */