From 5a404c87c19c6fca8b7f096902f954df5b6188fd Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 20 Dec 2013 14:40:11 +0100 Subject: [PATCH] Redis Cluster: remove no longer relevant comment. --- src/cluster.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/cluster.c b/src/cluster.c index 85638d78..de2bda1c 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -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; } }