diff mbox series

[net-next] mptcp: Remove unused macro MPTCP_SAME_STATE

Message ID 20200829114226.17976-1-yuehaibing@huawei.com
State Deferred, archived
Headers show
Series [net-next] mptcp: Remove unused macro MPTCP_SAME_STATE | expand

Commit Message

Yue Haibing Aug. 29, 2020, 11:42 a.m. UTC
There is no caller in tree any more.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 net/mptcp/protocol.c | 2 --
 1 file changed, 2 deletions(-)

Comments

David Miller Aug. 31, 2020, 7:37 p.m. UTC | #1
From: YueHaibing <yuehaibing@huawei.com>
Date: Sat, 29 Aug 2020 19:42:26 +0800

> There is no caller in tree any more.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Applied.
diff mbox series

Patch

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;