The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=a9c3bb39bc9181b8762e67c40d00886474e9ae06
commit a9c3bb39bc9181b8762e67c40d00886474e9ae06 Author: Christos Margiolis <[email protected]> AuthorDate: 2026-01-02 16:57:08 +0000 Commit: Christos Margiolis <[email protected]> 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;
