From 0aafc23aa4382e54b97a62529fd5c53812e07e54 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 16 Dec 2011 19:16:19 +0100 Subject: CLEANUP: acl: remove last data fields from the acl_test struct acl_test doesn't hold ptr nor len anymore, since everything has moved to the temporary pattern. --- include/types/acl.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/types/acl.h b/include/types/acl.h index f687cb0..35a22a0 100644 --- a/include/types/acl.h +++ b/include/types/acl.h @@ -240,8 +240,6 @@ struct acl_pattern { * retrieving a value, and an acl_match_* function responsible for testing it. */ struct acl_test { - 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 */ union { /* fetch_* functions context for any purpose */ void *p; /* any pointer */ -- 1.7.2.3