Skip to content
Snippets Groups Projects
Commit eb662a6a authored by Xin Long's avatar Xin Long Committed by David S. Miller
Browse files

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: default avatarXin Long <lucien.xin@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e08af95d
No related branches found
No related tags found
No related merge requests found
......@@ -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 *,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment