From 82c2889118ee209e0e615183c9f49f24aa331e44 Mon Sep 17 00:00:00 2001 From: serassio <> Date: Sun, 22 Jan 2006 23:10:00 +0000 Subject: [PATCH] A static definition of w_space here is no more needed --- lib/rfc1123.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); -- 2.47.2