From 4403b5790aa970f7c6c0c1cab3acb43b390a081b Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 19 Jan 1996 00:37:19 +0000 Subject: Remove debugging noise. --- pflocal/sock.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pflocal/sock.h') diff --git a/pflocal/sock.h b/pflocal/sock.h index 23528480..2b1608d6 100644 --- a/pflocal/sock.h +++ b/pflocal/sock.h @@ -26,8 +26,6 @@ #include -#include "debug.h" - struct pipe; struct pipe_class; @@ -112,15 +110,12 @@ void _sock_norefs (struct sock *sock); extern inline void sock_deref (struct sock *sock) { - debug (sock, "lock, refs--"); mutex_lock (&sock->lock); if (--sock->refs == 0) _sock_norefs (sock); else -{debug (sock, "unlock"); mutex_unlock (&sock->lock); } -} /* Return a new socket just like TEMPLATE in SOCK. */ error_t sock_clone (struct sock *template, struct sock **sock); -- cgit v1.2.3