Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Jan 2026 23:28:02 +0000
From:      Christos Margiolis <christos@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2ded9e1e2538 - stable/15 - sound: Get rid of unused MIDIQ macros
Message-ID:  <69618f02.30cf5.13d725c5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by christos:

URL: https://cgit.FreeBSD.org/src/commit/?id=2ded9e1e2538a8d28b86673e444fd6e200244507

commit 2ded9e1e2538a8d28b86673e444fd6e200244507
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-01-02 16:57:03 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-01-09 23:27:25 +0000

    sound: Get rid of unused MIDIQ macros
    
    No functional change intended.
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    
    (cherry picked from commit 3f8a85a085c710f50b8bcd4efe915268882129d2)
---
 sys/dev/sound/midi/midiq.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/dev/sound/midi/midiq.h b/sys/dev/sound/midi/midiq.h
index 27958ff4c23e..80825974283e 100644
--- a/sys/dev/sound/midi/midiq.h
+++ b/sys/dev/sound/midi/midiq.h
@@ -83,7 +83,5 @@ struct name {                           \
 #define MIDIQ_CLEAR(head) ((head).h = (head).t = 0)
 #define MIDIQ_BUF(head) ((head).b)
 #define MIDIQ_DEQ(head, buf, size) MIDIQ_DEQ_I(head, buf, size, 1, 1)
-#define MIDIQ_PEEK(head, buf, size) MIDIQ_DEQ_I(head, buf, size, 1, 0)
-#define MIDIQ_POP(head, size) MIDIQ_DEQ_I(head, &head, size, 0, 1)
 
 #endif


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69618f02.30cf5.13d725c5>