From: wessels <> Date: Sat, 20 Jul 1996 09:06:46 +0000 (+0000) Subject: rc unused X-Git-Tag: SQUID_3_0_PRE1~6021 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ef70945a5205a9457917e2dfed6234f59df5a64;p=thirdparty%2Fsquid.git rc unused --- diff --git a/src/acl.cc b/src/acl.cc index f22aa0a03e..9d4911b8b8 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -1,5 +1,5 @@ /* - * $Id: acl.cc,v 1.18 1996/07/19 17:36:57 wessels Exp $ + * $Id: acl.cc,v 1.19 1996/07/20 03:06:46 wessels Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -611,7 +611,6 @@ static int aclMatchTime(data, when) static time_t last_when = 0; static struct tm tm; time_t t; - int rc; if (when != last_when) { last_when = when;