From nobody Tue Jan 11 12:07:22 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id A25D81938128; Tue, 11 Jan 2022 12:07:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JY8Zf2Xmjz3jsT; Tue, 11 Jan 2022 12:07:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 373EE18D07; Tue, 11 Jan 2022 12:07:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 20BC7MaN005537; Tue, 11 Jan 2022 12:07:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 20BC7M2F005536; Tue, 11 Jan 2022 12:07:22 GMT (envelope-from git) Date: Tue, 11 Jan 2022 12:07:22 GMT Message-Id: <202201111207.20BC7M2F005536@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Wojciech Macek Subject: git: 776c34f64615 - main - ip_mroute: remove unused variables List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wma X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 776c34f64615b8de2e2fb53920331d9e359138c8 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641902842; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zikwtcOP8BmF2+kSgf4DE7xnmWHODYq0YJWX/sxnfbo=; b=VjP1yNxShV6z6P3QusiFBzzUInyiEq0waVrW3IahP/dwbMOvRuwN8q7wBNfhkY5hlXu75v rZhiDIWIt7aBIktXO+hxkDAwDZVKcMVK/bBlNcCth3omtwdM963S2KKhb27Jl4K/KSsPIo SFzjbxLBG4+LhPE/gnXgWrYvcpIN3vRWH5iqv3AJZKrFcsZJ4X51oTZOBzKh+vSmCGccQN FbgmHkMJ7a8E0lBp01BEWMntJI9cJBXAQxEFmyry6EOw99OMsBM7PglKfHkKSXLo4EtZIi nLz2BTeU6hynD8TJo1GKoFsy6iRxMBnmxoQiHOIJDrPf5AAV0v23J4ON6SqAmQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641902842; a=rsa-sha256; cv=none; b=X3XXt8b7pXMULvesRNXMci4JZ67WKN8ObexOb3XyWVDx2uMBoElARaMeDUSoSPT5luIV6o LUxnscdE11V9HVd8UR8qXmcu2j3xV+kdrEkoVPOwGvKlbUCQOFc4PMCXK+oD0RawYpyJu/ wNznONrndS+cc2MoUncEjBSIKd8hVhwFNRQZww9iAfoR5HW/fmVXisBglu9A1mlSOK00/q eO68Ha4uGn+8tVe3uIBHf1SN/5Ab5t5nXeyXh8TM1rhNWi7XNIYyKW/PIGwG97XMlAmkJQ gxKjFVuoHQbdusbNzjS+Y08/TO0O3ps4n3+55BxY/BB/TZkGLhMWpUQiiejcWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by wma: URL: https://cgit.FreeBSD.org/src/commit/?id=776c34f64615b8de2e2fb53920331d9e359138c8 commit 776c34f64615b8de2e2fb53920331d9e359138c8 Author: Wojciech Macek AuthorDate: 2022-01-11 11:50:38 +0000 Commit: Wojciech Macek CommitDate: 2022-01-11 12:06:22 +0000 ip_mroute: remove unused variables Sponsored by: Stormshield Obtained from: Semihalf --- sys/netinet/ip_mroute.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index a380a9b864b8..8cd0b2ac7449 100644 --- a/sys/netinet/ip_mroute.c +++ b/sys/netinet/ip_mroute.c @@ -193,12 +193,6 @@ static eventhandler_tag if_detach_event_tag = NULL; VNET_DEFINE_STATIC(struct callout, expire_upcalls_ch); #define V_expire_upcalls_ch VNET(expire_upcalls_ch) -VNET_DEFINE_STATIC(struct mtx, upcall_thread_mtx); -#define V_upcall_thread_mtx VNET(upcall_thread_mtx) - -VNET_DEFINE_STATIC(struct cv, upcall_thread_cv); -#define V_upcall_thread_cv VNET(upcall_thread_cv) - VNET_DEFINE_STATIC(struct mtx, buf_ring_mtx); #define V_buf_ring_mtx VNET(buf_ring_mtx)