]> mj.ucw.cz Git - libucw.git/blobdiff - lib/log.c
Defined a GET_TAGGED_CHAR macro to read our internal representation
[libucw.git] / lib / log.c
index 4d81e85d36d7d068e50bd0f345461a9a845e5fda..0f51f3c3736a5c1d3cebbacb5e81039bde40af48 100644 (file)
--- 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);