projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5af6889
)
mptcp: Remove unused macro MPTCP_SAME_STATE
author
YueHaibing
<yuehaibing@huawei.com>
Sat, 29 Aug 2020 11:42:26 +0000
(19:42 +0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/mptcp/protocol.c
b/net/mptcp/protocol.c
index
1aad411
..
e6216c4
100644
(file)
--- 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;