remove unused kore_progname.

This commit is contained in:
Joris Vink 2021-09-07 22:06:18 +02:00
parent 3b20cda11c
commit bbae4be6f1

View File

@ -649,7 +649,6 @@ static void
fatal_log(const char *fmt, va_list args)
{
char buf[2048];
extern const char *kore_progname;
(void)vsnprintf(buf, sizeof(buf), fmt, args);
kore_log(LOG_ERR, "%s", buf);