mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Delete redundant declaration of handleDebugClusterCommand() (#13974)
This commit is contained in:
parent
9f99dd5f6d
commit
bd3c1e1bd7
1 changed files with 0 additions and 1 deletions
|
|
@ -107,7 +107,6 @@ clusterNode *getMyClusterNode(void);
|
|||
char *getMyClusterId(void);
|
||||
int getClusterSize(void);
|
||||
int getMyShardSlotCount(void);
|
||||
int handleDebugClusterCommand(client *c);
|
||||
int clusterNodePending(clusterNode *node);
|
||||
char **getClusterNodesList(size_t *numnodes);
|
||||
int clusterNodeIsMaster(clusterNode *n);
|
||||
|
|
|
|||
Loading…
Reference in a new issue