diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2026-01-02 16:57:08 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2026-01-02 16:58:07 +0000 |
| commit | a9c3bb39bc9181b8762e67c40d00886474e9ae06 (patch) | |
| tree | 9be16b85cfa43c5b2d4a539869aa18f0eaff0ef2 | |
| parent | fd1312d3629cda9691c67af6154946cd55467076 (diff) | |
sound: Retire unused snd_midi->name
No functional change intended.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
| -rw-r--r-- | sys/dev/sound/midi/midi.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
