Remove some netbsd debug code that crept into rev 1.116

This commit is contained in:
Paul Saab 2004-03-22 10:17:40 +00:00
parent 23e7704b30
commit 2eada6bc8e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127299
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;