Remove some netbsd debug code that crept into rev 1.116
This commit is contained in:
parent
a1bce5d548
commit
e230d44ca7
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user