]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
A static definition of w_space here is no more needed
authorserassio <>
Sun, 22 Jan 2006 23:10:00 +0000 (23:10 +0000)
committerserassio <>
Sun, 22 Jan 2006 23:10:00 +0000 (23:10 +0000)
lib/rfc1123.c

index 7308332353d3b6476d63ee85886485ac4c939505..cd2edfd59f99764ab681c9fe9de1a62cfd315702 100644 (file)
@@ -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);