summaryrefslogtreecommitdiffstats
path: root/net/mptcp
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-08-29 19:42:26 +0800
committerDavid S. Miller <davem@davemloft.net>2020-08-31 12:37:40 -0700
commitb1fd4470cdf80e974bdc5ddd83a40bc0a7d38527 (patch)
tree93fbb3e74f34996fd8af74bf3680cb44f2953db2 /net/mptcp
parent5af68891dc16e1c8216705034a5e0144fd47779a (diff)
downloadlinux-stable-b1fd4470cdf80e974bdc5ddd83a40bc0a7d38527.tar.gz
linux-stable-b1fd4470cdf80e974bdc5ddd83a40bc0a7d38527.tar.bz2
linux-stable-b1fd4470cdf80e974bdc5ddd83a40bc0a7d38527.zip
mptcp: Remove unused macro MPTCP_SAME_STATE
There is no caller in tree any more. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mptcp')
-rw-r--r--net/mptcp/protocol.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c
index 1aad411a0e46..e6216c4f308c 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;