sctp: remove the unused typedef sctp_packet_phandler_t
Remove this function typedef, there is even no places using it. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3b2b69efec
commit
afa6c45429
1 changed files with 0 additions and 2 deletions
|
@ -657,8 +657,6 @@ struct sctp_sockaddr_entry {
|
|||
|
||||
#define SCTP_ADDRESS_TICK_DELAY 500
|
||||
|
||||
typedef struct sctp_chunk *(sctp_packet_phandler_t)(struct sctp_association *);
|
||||
|
||||
/* This structure holds lists of chunks as we are assembling for
|
||||
* transmission.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue