diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2018-01-16 19:44:35 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2018-01-16 19:44:35 +0000 |
commit | a092b49cba4684033b2218163a4ffb75c4b7c6de (patch) | |
tree | 01b9f6b817c79a84d17f16f58e8aa064ca130f8f /sys/kern | |
parent | 6e21c1f5f7e7b336492a6bac9460af029401bee9 (diff) |
garbage collect an unused variable
ok dlg@
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/uipc_mbuf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c index 24c9b5e21a6..13a1a3fad53 100644 --- a/sys/kern/uipc_mbuf.c +++ b/sys/kern/uipc_mbuf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uipc_mbuf.c,v 1.252 2017/12/29 23:55:22 bluhm Exp $ */ +/* $OpenBSD: uipc_mbuf.c,v 1.253 2018/01/16 19:44:34 benno Exp $ */ /* $NetBSD: uipc_mbuf.c,v 1.15.4.1 1996/06/13 17:11:44 cgd Exp $ */ /* @@ -150,9 +150,6 @@ struct pool_allocator m_pool_allocator = { static void (*mextfree_fns[4])(caddr_t, u_int, void *); static u_int num_extfree_fns; -const char *mclpool_warnmsg = - "WARNING: mclpools limit reached; increase kern.maxclusters"; - /* * Initialize the mbuf allocator. */ |