Remove some netbsd debug code that crept into rev 1.116

This commit is contained in:
ps 2004-03-22 10:17:40 +00:00
parent a1bce5d548
commit e230d44ca7
2 changed files with 0 additions and 8 deletions

View File

@ -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;

View File

@ -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;