Skip to content

Commit bd3c1e1

Browse files
authored
Delete redundant declaration of handleDebugClusterCommand() (redis#13974)
1 parent 9f99dd5 commit bd3c1e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cluster.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ clusterNode *getMyClusterNode(void);
107107
char *getMyClusterId(void);
108108
int getClusterSize(void);
109109
int getMyShardSlotCount(void);
110-
int handleDebugClusterCommand(client *c);
111110
int clusterNodePending(clusterNode *node);
112111
char **getClusterNodesList(size_t *numnodes);
113112
int clusterNodeIsMaster(clusterNode *n);

0 commit comments

Comments
 (0)