From 768aaf76c45914303f225220eba51a0624a9a382 Mon Sep 17 00:00:00 2001 From: Chaoguang Lin Date: Fri, 6 Aug 2021 18:30:14 +0000 Subject: [PATCH] Update comments in DataDistributionCommand.actor.cpp --- fdbcli/DataDistributionCommand.actor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/fdbcli/DataDistributionCommand.actor.cpp b/fdbcli/DataDistributionCommand.actor.cpp index 923245605d..a7dc171ef1 100644 --- a/fdbcli/DataDistributionCommand.actor.cpp +++ b/fdbcli/DataDistributionCommand.actor.cpp @@ -41,7 +41,6 @@ ACTOR Future setDDMode(Reference db, int mode) { tr->set(fdb_cli::ddModeSpecialKey, boost::lexical_cast(mode)); if (mode) { // set DDMode to 1 will enable all disabled parts, for instance the SS failure monitors. - // Optional currentHealthyZoneValue = wait(safeThreadFutureToFuture(tr->get(healthyZoneKey)); // hold the returned standalone object's memory state ThreadFuture resultFuture = tr->getRange(fdb_cli::maintenanceSpecialKeyRange, CLIENT_KNOBS->TOO_MANY);