From 086a3ea828dd101e9a07bb07fc698e009e68e3c3 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 7 Sep 2021 09:44:48 -0400 Subject: sctp: Remove an unused sctp_inpcb field This appears to be unused in usrsctp as well. No functional change intended. Reviewed by: tuexen Sponsored by: The FreeBSD Foundation (cherry picked from commit e8e23ec127d44e04c9be1cba381eaa3aa1041ea5) --- sys/netinet/sctp_pcb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/netinet/sctp_pcb.h') diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index e14c9f39356c..f93e8f11b3e4 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -395,7 +395,6 @@ struct sctp_inpcb { #ifdef SCTP_TRACK_FREED_ASOCS struct sctpasochead sctp_asoc_free_list; #endif - struct sctp_iterator *inp_starting_point_for_iterator; uint32_t sctp_frag_point; uint32_t partial_delivery_point; uint32_t sctp_context; -- cgit v1.2.3