summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mbuf.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2015-10-06 09:43:49 +0000
committerglebius <glebius@FreeBSD.org>2015-10-06 09:43:49 +0000
commit94c16d891ee59ecdc9436e9a5ce921af7f873910 (patch)
treeef5c48b6ab24ba2c957307629c945ce2cbf91f31 /sys/kern/uipc_mbuf.c
parenta9bfaebd85834b2174fc8556e888c5dc381ace2f (diff)
downloadFreeBSD-src-94c16d891ee59ecdc9436e9a5ce921af7f873910.zip
FreeBSD-src-94c16d891ee59ecdc9436e9a5ce921af7f873910.tar.gz
Remove debugging variable from r143761.
Diffstat (limited to 'sys/kern/uipc_mbuf.c')
-rw-r--r--sys/kern/uipc_mbuf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index fcc8433..fcb112d 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -1034,8 +1034,6 @@ bad:
* the amount of empty space before the data in the new mbuf to be specified
* (in the event that the caller expects to prepend later).
*/
-int MSFail;
-
struct mbuf *
m_copyup(struct mbuf *n, int len, int dstoff)
{
@@ -1072,7 +1070,6 @@ m_copyup(struct mbuf *n, int len, int dstoff)
return (m);
bad:
m_freem(n);
- MSFail++;
return (NULL);
}
OpenPOWER on IntegriCloud