git: 3ecd098ba4b1 - stable/15 - sound: Retire unused snd_midi->name
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Jan 2026 23:28:04 UTC
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;