Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Jan 2026 23:28:04 +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: 3ecd098ba4b1 - stable/15 - sound: Retire unused snd_midi->name
Message-ID:  <69618f04.33093.1bddf437@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=3ecd098ba4b13d38bf154244629a861b0dee87f9

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

    sound: Retire unused snd_midi->name
    
    No functional change intended.
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    
    (cherry picked from commit a9c3bb39bc9181b8762e67c40d00886474e9ae06)
---
 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?69618f04.33093.1bddf437>