diff --git a/fdbclient/StatusClient.actor.cpp b/fdbclient/StatusClient.actor.cpp index e27954f568..4d2d941a18 100644 --- a/fdbclient/StatusClient.actor.cpp +++ b/fdbclient/StatusClient.actor.cpp @@ -463,11 +463,6 @@ ACTOR Future statusFetcherImpl( Reference f state bool quorum_reachable = false; state int coordinatorsFaultTolerance = 0; - if(!clusterInterface) { - clusterInterface = Reference>>(new AsyncVar>); - state Future leaderMon = monitorLeader(f, clusterInterface); - } - try { state int64_t clientTime = time(0);