SLIP is gone; remove its mutex from witness.

This commit is contained in:
Edward Tomasz Napierala 2009-12-29 08:45:27 +00:00
parent 03929509e5
commit 6cb02977e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201178

View File

@ -551,12 +551,6 @@ static struct witness_order_list_entry order_lists[] = {
{ "tcpinp", &lock_class_rw },
{ "so_snd", &lock_class_mtx_sleep },
{ NULL, NULL },
/*
* SLIP
*/
{ "slip_mtx", &lock_class_mtx_sleep },
{ "slip sc_mtx", &lock_class_mtx_sleep },
{ NULL, NULL },
/*
* netatalk
*/