summaryrefslogtreecommitdiff
path: root/source/lib/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/time.c')
-rw-r--r--source/lib/time.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/lib/time.c b/source/lib/time.c
index 716f5d62cc6..a6f99526e78 100644
--- a/source/lib/time.c
+++ b/source/lib/time.c
@@ -451,21 +451,6 @@ time_t make_unix_date3(void *date_ptr)
return(t);
}
-
-/***************************************************************************
-return a HTTP/1.0 time string
- ***************************************************************************/
-char *http_timestring(time_t t)
-{
- static char buf[40];
- struct tm *tm = LocalTime(&t);
-
- strftime(buf, sizeof(buf)-1, "%a, %d %b %Y %H:%M:%S %Z", tm);
- return buf;
-}
-
-
-
/****************************************************************************
return the date and time as a string
****************************************************************************/