Skip to content

Commit

Permalink
sctp: remove the typedef sctp_cwr_chunk_t
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Xin Long authored and David S. Miller committed Aug 3, 2017
1 parent 65f7710 commit 05b25d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/linux/sctp.h
Original file line number Diff line number Diff line change
Expand Up @@ -535,11 +535,6 @@ struct sctp_cwrhdr {
__be32 lowest_tsn;
};

typedef struct sctp_cwr_chunk {
struct sctp_chunkhdr chunk_hdr;
struct sctp_cwrhdr cwr_hdr;
} sctp_cwr_chunk_t;

/* PR-SCTP
* 3.2 Forward Cumulative TSN Chunk Definition (FORWARD TSN)
*
Expand Down

0 comments on commit 05b25d0

Please sign in to comment.