diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-08-29 19:42:26 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-31 12:37:40 -0700 |
commit | b1fd4470cdf80e974bdc5ddd83a40bc0a7d38527 (patch) | |
tree | 93fbb3e74f34996fd8af74bf3680cb44f2953db2 /net/mptcp/protocol.c | |
parent | 5af68891dc16e1c8216705034a5e0144fd47779a (diff) |
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/protocol.c')
-rw-r--r-- | net/mptcp/protocol.c | 2 |
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; |