Delete redundant declaration of handleDebugClusterCommand() (#13974)

This commit is contained in:
Vitah Lin 2025-04-24 10:50:35 +08:00 committed by GitHub
parent 9f99dd5f6d
commit bd3c1e1bd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);