From: Robert Spalek Date: Fri, 9 Feb 2001 10:48:17 +0000 (+0000) Subject: deleted unused variable prog X-Git-Tag: holmes-import~1559 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b939f1ca1f8834ee6be13b8452896fe5130c95ef;p=libucw.git deleted unused variable prog --- 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);