Commit Diff


commit - 24a0df6c588b726372b9c58aa5700e72f82a59d6
commit + fe3e505d00cfcda92541f40e41b973007f02450d
blob - 89ac7fa4313e8d70079d81cc0f19f2ae2d8a02c3
blob + a0f242a4b0637ab5f82769ab8f97af05293cccb5
--- compat/imsg.c
+++ compat/imsg.c
@@ -1,4 +1,4 @@
-/*	$OpenBSD: imsg.c,v 1.37 2024/11/26 13:57:31 claudio Exp $	*/
+/*	$OpenBSD: imsg.c,v 1.38 2024/11/29 04:35:13 tb Exp $	*/
 
 /*
  * Copyright (c) 2023 Claudio Jeker <claudio@openbsd.org>
@@ -335,7 +335,6 @@ imsg_add(struct ibuf *msg, const void *data, size_t da
 void
 imsg_close(struct imsgbuf *imsgbuf, struct ibuf *msg)
 {
-	struct imsg_hdr	*hdr;
 	uint32_t len;
 
 	len = ibuf_size(msg);