diff mbox series

[net-next] tipc: Remove unused macro CF_SERVER

Message ID 20200918131615.20124-1-yuehaibing@huawei.com
State Accepted
Delegated to: David Miller
Headers show
Series [net-next] tipc: Remove unused macro CF_SERVER | expand

Commit Message

Yue Haibing Sept. 18, 2020, 1:16 p.m. UTC
It is no used any more, so can remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 net/tipc/topsrv.c | 1 -
 1 file changed, 1 deletion(-)

Comments

David Miller Sept. 18, 2020, 9:56 p.m. UTC | #1
From: YueHaibing <yuehaibing@huawei.com>
Date: Fri, 18 Sep 2020 21:16:15 +0800

> It is no used any more, so can remove it.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Applied.
diff mbox series

Patch

diff --git a/net/tipc/topsrv.c b/net/tipc/topsrv.c
index 1489cfb941d8..5f6f86051c83 100644
--- a/net/tipc/topsrv.c
+++ b/net/tipc/topsrv.c
@@ -48,7 +48,6 @@ 
 #define MAX_SEND_MSG_COUNT	25
 #define MAX_RECV_MSG_COUNT	25
 #define CF_CONNECTED		1
-#define CF_SERVER		2
 
 #define TIPC_SERVER_NAME_LEN	32