Remove unused structure.

Reported by Irene Ruengeler.

MFC after: 3 days
This commit is contained in:
tuexen 2012-04-27 13:58:09 +00:00
parent fa4733b805
commit 3b680d94c7

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;