diff options
-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 adbecf9bd00f..736b0f9d54e9 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -465,7 +465,6 @@ struct sctp_tcb { uint16_t rport; /* remote port in network format */ uint16_t resv; struct mtx tcb_mtx; - struct mtx tcb_send_mtx; }; #include <netinet/sctp_lock_bsd.h> |