From: benno Date: Tue, 16 Jan 2018 19:44:34 +0000 (+0000) Subject: garbage collect an unused variable X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=183b4e5e08bc87a9ef89e43a582aeef5122c0b66;p=openbsd garbage collect an unused variable ok dlg@ --- 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. */