The branch main has been updated by christos:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0ca9410eab24f5905a235bf1e283f543333a0d15

commit 0ca9410eab24f5905a235bf1e283f543333a0d15
Author:     Christos Margiolis <chris...@freebsd.org>
AuthorDate: 2025-07-06 13:08:26 +0000
Commit:     Christos Margiolis <chris...@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

Reply via email to