diff options
author | Mark Johnston <markj@FreeBSD.org> | 2021-09-07 13:44:48 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2021-09-14 12:51:45 +0000 |
commit | 086a3ea828dd101e9a07bb07fc698e009e68e3c3 (patch) | |
tree | 9c1d288d125e452dfdede1f62063dbcbba0e2de1 /sys/netinet/sctp_pcb.h | |
parent | 072901b7bc0be6375940d06bf9e2fdce54a77a8e (diff) |
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)
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r-- | sys/netinet/sctp_pcb.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |