Delete redundant declaration of clusterNodeIsMaster() (#13937)

This commit is contained in:
chx9
2025-04-13 20:30:34 +08:00
committed by GitHub
parent 96a0cfdea2
commit 90fa80f372

View File

@@ -109,7 +109,6 @@ int getClusterSize(void);
int getMyShardSlotCount(void);
int handleDebugClusterCommand(client *c);
int clusterNodePending(clusterNode *node);
int clusterNodeIsMaster(clusterNode *n);
char **getClusterNodesList(size_t *numnodes);
int clusterNodeIsMaster(clusterNode *n);
char *clusterNodeIp(clusterNode *node);