From: YueHaibing Date: Wed, 15 Jul 2020 02:36:13 +0000 (+0800) Subject: mptcp: Remove unused inline function mptcp_rcv_synsent() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0d40efabe3e383dd7e347debd85a0d4754402efb;p=linux.git mptcp: Remove unused inline function mptcp_rcv_synsent() commit 263e1201a2c3 ("mptcp: consolidate synack processing.") left behind this, remove it. Signed-off-by: YueHaibing Acked-by: Paolo Abeni Signed-off-by: David S. Miller --- diff --git a/include/net/mptcp.h b/include/net/mptcp.h index 46d0487d2b227..02158c257bd4a 100644 --- a/include/net/mptcp.h +++ b/include/net/mptcp.h @@ -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)