Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2026 16:58:40 +0000
From:      Christos Margiolis <christos@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a9c3bb39bc91 - main - sound: Retire unused snd_midi->name
Message-ID:  <6957f940.228ed.621c4769@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by christos:

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

commit a9c3bb39bc9181b8762e67c40d00886474e9ae06
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-01-02 16:57:08 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-01-02 16:58:07 +0000

    sound: Retire unused snd_midi->name
    
    No functional change intended.
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sys/dev/sound/midi/midi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c
index bde3c5447705..c86f5fb41b14 100644
--- a/sys/dev/sound/midi/midi.c
+++ b/sys/dev/sound/midi/midi.c
@@ -68,7 +68,6 @@ struct snd_midi {
 	int	channel;
 
 	int	flags;			/* File flags */
-	char	name[MIDI_NAMELEN];
 	MIDIQ_HEAD(, char) inq, outq;
 	int	rchan, wchan;
 	struct selinfo rsel, wsel;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6957f940.228ed.621c4769>