kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit bbae4be6f18c6308e1fbc7aeb25cd9dfd96c6987
parent 3b20cda11c104eacedb572a739a6b4ffd58b370e
Author: Joris Vink <joris@coders.se>
Date:   Tue,  7 Sep 2021 22:06:18 +0200

remove unused kore_progname.

Diffstat:
src/utils.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/utils.c b/src/utils.c @@ -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);