aboutsummaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-06-16 14:38:47 +0000
committerOmar Polo <op@omarpolo.com>2021-06-16 14:38:47 +0000
commit984c46a82e002089b3a4035ba34873ad9c75d973 (patch)
treebe9c7e8cec5cbe5fb60ee6bb21a43251f4621500 /log.c
parent89c110fe7befaee2b446873a351e0833c3c884b6 (diff)
kill unused variable
leftover from the handle_imsg_log -> do_log transition.
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index 0668bd4..7bc6bf1 100644
--- a/log.c
+++ b/log.c
@@ -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;