From b939f1ca1f8834ee6be13b8452896fe5130c95ef Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Fri, 9 Feb 2001 10:48:17 +0000 Subject: [PATCH] deleted unused variable prog --- lib/log.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/log.c b/lib/log.c index 4d81e85d..0f51f3c3 100644 --- a/lib/log.c +++ b/lib/log.c @@ -27,7 +27,6 @@ vlog(unsigned int cat, const char *msg, va_list args) { time_t tim = time(NULL); struct tm *tm = localtime(&tim); - char *prog = log_progname ?: "?"; char buf[32]; strftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S", tm); -- 2.39.2