From 19424d40a89dbea41a6f9f693e8c15c38978e71a Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 4 Jul 2002 17:03:18 +0000 Subject: 17417: remove unused fluff from datetime.c --- Src/Modules/datetime.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Src') diff --git a/Src/Modules/datetime.c b/Src/Modules/datetime.c index ff9158019..4c2bcf791 100644 --- a/Src/Modules/datetime.c +++ b/Src/Modules/datetime.c @@ -31,12 +31,10 @@ #include "datetime.pro" #include -static char datetime_nam[] = "datetime"; - static int bin_strftime(char *nam, char **argv, char *ops, int func) { - int ret = 0, bufsize, x; + int bufsize, x; char *endptr = NULL, *buffer = NULL; time_t secs; struct tm *t; -- cgit 1.4.1