mptcp: Remove unused macro MPTCP_SAME_STATE
authorYueHaibing <yuehaibing@huawei.com>
Sat, 29 Aug 2020 11:42:26 +0000 (19:42 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Aug 2020 19:37:40 +0000 (12:37 -0700)
There is no caller in tree any more.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/protocol.c

index 1aad411..e6216c4 100644 (file)
@@ -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;