git: b320e89e6909 - main - ip6_mroute: Remove an unused constant
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Feb 2026 16:55:19 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=b320e89e6909c0c3f29542976df0381990866988
commit b320e89e6909c0c3f29542976df0381990866988
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-02-02 14:58:38 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-02-02 16:54:54 +0000
ip6_mroute: Remove an unused constant
No functional change intended.
MFC after: 2 weeks
Sponsored by: Stormshield
Sponsored by: Klara, Inc.
---
sys/netinet6/ip6_mroute.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c
index 9e15b71814bd..d64c2f641e24 100644
--- a/sys/netinet6/ip6_mroute.c
+++ b/sys/netinet6/ip6_mroute.c
@@ -271,8 +271,6 @@ static void expire_upcalls(void *);
*/
static struct ifnet *multicast_register_if6;
-#define ENCAP_HOPS 64
-
/*
* Private variables.
*/