From: serassio <> Date: Sun, 22 Jan 2006 23:10:00 +0000 (+0000) Subject: A static definition of w_space here is no more needed X-Git-Tag: SQUID_3_0_PRE4~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82c2889118ee209e0e615183c9f49f24aa331e44;p=thirdparty%2Fsquid.git A static definition of w_space here is no more needed --- diff --git a/lib/rfc1123.c b/lib/rfc1123.c index 7308332353..cd2edfd59f 100644 --- a/lib/rfc1123.c +++ b/lib/rfc1123.c @@ -1,6 +1,6 @@ /* - * $Id: rfc1123.c,v 1.36 2005/11/04 21:02:15 wessels Exp $ + * $Id: rfc1123.c,v 1.37 2006/01/22 16:10:00 serassio Exp $ * * DEBUG: * AUTHOR: Harvest Derived @@ -69,8 +69,6 @@ #define RFC850_STRFTIME "%A, %d-%b-%y %H:%M:%S GMT" #define RFC1123_STRFTIME "%a, %d %b %Y %H:%M:%S GMT" -static const char *const w_space = " \t\r\n"; - static int make_month(const char *s); static int make_num(const char *s);