Redis Cluster: remove no longer relevant comment.

This commit is contained in:
antirez 2013-12-20 14:40:11 +01:00
parent fda4cba912
commit 5a404c87c1

View File

@ -1217,11 +1217,6 @@ int clusterProcessPacket(clusterLink *link) {
link->node->port = 0;
freeClusterLink(link);
clusterDoBeforeSleep(CLUSTER_TODO_SAVE_CONFIG);
/* FIXME: remove this node if we already have it.
*
* If we already have it but the IP is different, use
* the new one if the old node is in FAIL, PFAIL, or NOADDR
* status... */
return 0;
}
}