From: YueHaibing Date: Sat, 29 Aug 2020 11:42:26 +0000 (+0800) Subject: mptcp: Remove unused macro MPTCP_SAME_STATE X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b1fd4470cdf80e974bdc5ddd83a40bc0a7d38527;p=linux.git mptcp: Remove unused macro MPTCP_SAME_STATE There is no caller in tree any more. Signed-off-by: YueHaibing Signed-off-by: David S. Miller --- diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c index 1aad411a0e461..e6216c4f308ce 100644 --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c @@ -24,8 +24,6 @@ #include "protocol.h" #include "mib.h" -#define MPTCP_SAME_STATE TCP_MAX_STATES - #if IS_ENABLED(CONFIG_MPTCP_IPV6) struct mptcp6_sock { struct mptcp_sock msk;