Date: Sun, 6 Jul 2025 13:09:03 GMT 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: 0ca9410eab24 - main - sound: Retire unused MIDI sysctls Message-ID: <202507061309.566D93Uo083203@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=0ca9410eab24f5905a235bf1e283f543333a0d15 commit 0ca9410eab24f5905a235bf1e283f543333a0d15 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2025-07-06 13:08:26 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2025-07-06 13:08:26 +0000 sound: Retire unused MIDI sysctls Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50611 --- sys/dev/sound/midi/midi.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index 60d44bb6dbf1..bbdd8facd6cc 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -183,12 +183,6 @@ int midi_debug; /* XXX: should this be moved into debug.midi? */ SYSCTL_INT(_hw_midi, OID_AUTO, debug, CTLFLAG_RW, &midi_debug, 0, ""); -int midi_dumpraw; -SYSCTL_INT(_hw_midi, OID_AUTO, dumpraw, CTLFLAG_RW, &midi_dumpraw, 0, ""); - -int midi_instroff; -SYSCTL_INT(_hw_midi, OID_AUTO, instroff, CTLFLAG_RW, &midi_instroff, 0, ""); - #define MIDI_DEBUG(l,a) if(midi_debug>=l) a /* * CODE START
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507061309.566D93Uo083203>