Remove unused structure.

Reported by Irene Ruengeler.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2012-04-27 13:58:09 +00:00
parent 9342e1b15c
commit 9a2e24aa4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234731

View File

@ -608,13 +608,6 @@ struct sctp_getaddresses {
struct sockaddr addr[1];
};
struct sctp_setstrm_timeout {
sctp_assoc_t ssto_assoc_id;
uint32_t ssto_timeout;
uint32_t ssto_streamid_start;
uint32_t ssto_streamid_end;
};
struct sctp_status {
sctp_assoc_t sstat_assoc_id;
int32_t sstat_state;