From e230d44ca74ec5f520bfa597681660073310ff99 Mon Sep 17 00:00:00 2001 From: ps Date: Mon, 22 Mar 2004 10:17:40 +0000 Subject: Remove some netbsd debug code that crept into rev 1.116 --- sys/kern/uipc_sockbuf.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/kern/uipc_sockbuf.c') diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c index ca2752e..116307e 100644 --- a/sys/kern/uipc_sockbuf.c +++ b/sys/kern/uipc_sockbuf.c @@ -593,10 +593,6 @@ sbappendstream(struct sockbuf *sb, struct mbuf *m) SBLASTMBUFCHK(sb); -#ifdef MBUFTRACE - m_claim(m, sb->sb_mowner); -#endif - sbcompress(sb, m, sb->sb_mbtail); sb->sb_lastrecord = sb->sb_mb; -- cgit v1.1