]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: acl: remove unused references to ACL_USE_*
authorWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2013 07:21:05 +0000 (08:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 Apr 2013 00:13:00 +0000 (02:13 +0200)
commitd86e29d2a182d69e36f207ebaf395743ae3e9e9c
treeed95dba6dfbe60ebb6846885df67bc6cd9fc25d2
parenta91d0a583cac02193066d0d1d8a3a6f36dc75c0f
CLEANUP: acl: remove unused references to ACL_USE_*

Now that acl->requires is not used anymore, we can remove all references
to it as well as all ACL_USE_* flags.
include/types/acl.h
src/acl.c
src/backend.c
src/frontend.c
src/listener.c
src/payload.c
src/proto_http.c
src/proto_tcp.c
src/session.c
src/ssl_sock.c