kill unused variable

leftover from the handle_imsg_log -> do_log transition.
This commit is contained in:
Omar Polo 2021-06-16 14:38:47 +00:00
parent 89c110fe7b
commit 984c46a82e
1 changed files with 1 additions and 1 deletions

2
log.c
View File

@ -287,7 +287,7 @@ handle_imsg_quit(struct imsgbuf *ibuf, struct imsg *imsg, size_t datalen)
static void
handle_imsg_log(struct imsgbuf *ibuf, struct imsg *imsg, size_t datalen)
{
int priority, quit;
int priority;
char *msg;
msg = imsg->data;