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
|
@ -657,8 +657,6 @@ struct sctp_sockaddr_entry {
|
||||||
|
|
||||||
#define SCTP_ADDRESS_TICK_DELAY 500
|
#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
|
/* This structure holds lists of chunks as we are assembling for
|
||||||
* transmission.
|
* transmission.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue