aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mbuf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index d278126d8d8c..235695f91a38 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -486,11 +486,6 @@ union mcluster {
int _mplen = (plen); \
int __mhow = (how); \
\
- if (_mm == NULL) { \
- MGET(_mm, __mhow, MT_DATA); \
- if (_mm == NULL) \
- break; \
- } \
if (M_LEADINGSPACE(_mm) >= _mplen) { \
_mm->m_data -= _mplen; \
_mm->m_len += _mplen; \