diff options
Diffstat (limited to 'sys/kern/subr_witness.c')
-rw-r--r-- | sys/kern/subr_witness.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index d2ba7a9944d2d..34db6d4b1b6ab 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -547,12 +547,6 @@ static struct witness_order_list_entry order_lists[] = { { "so_snd", &lock_class_mtx_sleep }, { NULL, NULL }, /* - * netatalk - */ - { "ddp_list_mtx", &lock_class_mtx_sleep }, - { "ddp_mtx", &lock_class_mtx_sleep }, - { NULL, NULL }, - /* * BPF */ { "bpf global lock", &lock_class_mtx_sleep }, |