aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/tipc/topsrv.c
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-09-18 21:16:15 +0800
committerDavid S. Miller <davem@davemloft.net>2020-09-18 14:56:25 -0700
commit7eae7f72edd02389dfaa8780e37eeb9ed5f01fab (patch)
treeb9a0d2cf362ca2f7f3da6ca87f2eabf888371d6d /net/tipc/topsrv.c
parentnet: hns3: Supply missing hclge_dcb.h include file (diff)
downloadwireguard-linux-7eae7f72edd02389dfaa8780e37eeb9ed5f01fab.tar.xz
wireguard-linux-7eae7f72edd02389dfaa8780e37eeb9ed5f01fab.zip
tipc: Remove unused macro CF_SERVER
It is no used any more, so can remove it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/topsrv.c')
-rw-r--r--net/tipc/topsrv.c1
1 files changed, 0 insertions, 1 deletions
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