From: wessels <> Date: Thu, 14 May 1998 03:20:02 +0000 (+0000) Subject: ip_access_type unused X-Git-Tag: SQUID_3_0_PRE1~3332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=613dc7ae6791343611e9f931ccf40233ab0c710a;p=thirdparty%2Fsquid.git ip_access_type unused --- diff --git a/src/enums.h b/src/enums.h index 2ede3a92f7..030b3c46bb 100644 --- a/src/enums.h +++ b/src/enums.h @@ -86,11 +86,6 @@ typedef enum { ACL_LOOKUP_DONE } acl_lookup_state; -typedef enum { - IP_ALLOW, - IP_DENY -} ip_access_type; - enum { FD_NONE, FD_LOG,