mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
remove unused kore_progname.
This commit is contained in:
parent
3b20cda11c
commit
bbae4be6f1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user