Skip to content

Commit

Permalink
mptcp: Remove unused inline function mptcp_rcv_synsent()
Browse files Browse the repository at this point in the history
commit 263e120 ("mptcp: consolidate synack processing.")
left behind this, remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
YueHaibing authored and David S. Miller committed Jul 15, 2020
1 parent 054848d commit 0d40efa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/net/mptcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
return false;
}

static inline void mptcp_rcv_synsent(struct sock *sk)
{
}

static inline bool mptcp_synack_options(const struct request_sock *req,
unsigned int *size,
struct mptcp_out_options *opts)
Expand Down

0 comments on commit 0d40efa

Please sign in to comment.