Commit 3ec411f9 authored by David S. Miller's avatar David S. Miller

net/sctp/sctp_sm_make_chunk.c: Kill unused variable in sctp_make_data_empty.

parent 47fb96e7
......@@ -588,7 +588,6 @@ sctp_chunk_t *sctp_make_data_empty(sctp_association_t *asoc,
const struct sctp_sndrcvinfo *sinfo,
int data_len)
{
sctp_chunk_t *retval;
__u16 ssn;
__u8 flags = SCTP_DATA_NOT_FRAG;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment