commit 984c46a82e002089b3a4035ba34873ad9c75d973 from: Omar Polo date: Wed Jun 16 14:38:47 2021 UTC kill unused variable leftover from the handle_imsg_log -> do_log transition. commit - 89c110fe7befaee2b446873a351e0833c3c884b6 commit + 984c46a82e002089b3a4035ba34873ad9c75d973 blob - 0668bd492138ee3d707ecba2846ea14aa07ca728 blob + 7bc6bf1666a8ac347b4709a1cedb114d7981a85d --- log.c +++ log.c @@ -287,7 +287,7 @@ handle_imsg_quit(struct imsgbuf *ibuf, struct imsg *im static void handle_imsg_log(struct imsgbuf *ibuf, struct imsg *imsg, size_t datalen) { - int priority, quit; + int priority; char *msg; msg = imsg->data;