diff options
author | tuexen <tuexen@FreeBSD.org> | 2012-04-27 13:58:09 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2012-04-27 13:58:09 +0000 |
commit | 3b680d94c75fa0ea4daec7e03a879e639900e850 (patch) | |
tree | b578434e6fb275c950300250b34fad0f68b5f9cd | |
parent | fa4733b805735df0235ff0cee4130abc03549221 (diff) | |
download | FreeBSD-src-3b680d94c75fa0ea4daec7e03a879e639900e850.zip FreeBSD-src-3b680d94c75fa0ea4daec7e03a879e639900e850.tar.gz |
Remove unused structure.
Reported by Irene Ruengeler.
MFC after: 3 days
-rw-r--r-- | sys/netinet/sctp_uio.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index 5356ec8..f19e3b9 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -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; |