Remove an additional commented out reference to a possible future sx

lock.
This commit is contained in:
rwatson 2005-03-11 19:16:02 +00:00
parent 741caa3017
commit 64ec74a458

View File

@ -261,7 +261,6 @@ sodealloc(struct socket *so)
crfree(so->so_cred);
SOCKBUF_LOCK_DESTROY(&so->so_snd);
SOCKBUF_LOCK_DESTROY(&so->so_rcv);
/* sx_destroy(&so->so_sxlock); */
uma_zfree(socket_zone, so);
mtx_lock(&so_global_mtx);
--numopensockets;