mirror of
https://github.com/tmux/tmux.git
synced 2026-01-11 16:30:22 +00:00
Remove an unused declaration (from OpenBSD, same change also sent by Mike
Jonkmans).
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: imsg-buffer.c,v 1.35 2025/06/04 09:06:56 claudio Exp $ */
|
/* $OpenBSD: imsg-buffer.c,v 1.36 2025/08/25 08:29:49 claudio Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2023 Claudio Jeker <claudio@openbsd.org>
|
* Copyright (c) 2023 Claudio Jeker <claudio@openbsd.org>
|
||||||
@@ -699,8 +699,6 @@ msgbuf_queuelen(struct msgbuf *msgbuf)
|
|||||||
void
|
void
|
||||||
msgbuf_clear(struct msgbuf *msgbuf)
|
msgbuf_clear(struct msgbuf *msgbuf)
|
||||||
{
|
{
|
||||||
struct ibuf *buf;
|
|
||||||
|
|
||||||
/* write side */
|
/* write side */
|
||||||
ibufq_flush(&msgbuf->bufs);
|
ibufq_flush(&msgbuf->bufs);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user