mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Delete redundant declaration of clusterNodeIsMaster() (#13937)
This commit is contained in:
parent
96a0cfdea2
commit
90fa80f372
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue