mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
sctp: remove the unused typedef sctp_sm_command_t
Remove this typedef including the struct, 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
e08af95df1
commit
eb662a6a9b
@ -65,11 +65,6 @@ typedef enum {
|
||||
SCTP_DISPOSITION_BUG, /* This is a bug. */
|
||||
} sctp_disposition_t;
|
||||
|
||||
typedef struct {
|
||||
int name;
|
||||
int action;
|
||||
} sctp_sm_command_t;
|
||||
|
||||
typedef sctp_disposition_t (sctp_state_fn_t) (struct net *,
|
||||
const struct sctp_endpoint *,
|
||||
const struct sctp_association *,
|
||||
|
Loading…
Reference in New Issue
Block a user