From: hno <> Date: Fri, 2 Feb 2001 01:47:46 +0000 (+0000) Subject: Removed duplicate entry for ACL_REQ_MIME_TYPE X-Git-Tag: SQUID_3_0_PRE1~1619 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb5e8f2445a6a00b60dff2e70e9fecfc4944a57e;p=thirdparty%2Fsquid.git Removed duplicate entry for ACL_REQ_MIME_TYPE --- diff --git a/src/acl.cc b/src/acl.cc index 8bfe738b6b..79c5ed8dfb 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -1,6 +1,6 @@ /* - * $Id: acl.cc,v 1.244 2001/01/31 22:16:38 hno Exp $ + * $Id: acl.cc,v 1.245 2001/02/01 18:47:46 hno Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -823,9 +823,6 @@ because no authentication schemes are fully configured.\n", A->cfgline); aclParseArpList(&A->data); break; #endif - case ACL_REQ_MIME_TYPE: - aclParseRegexList(&A->data); - break; case ACL_NONE: default: fatal("Bad ACL type");