From 24c6f7616f22e932dc7cb47421555540b5786148 Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Thu, 20 Feb 2020 11:57:54 -0800 Subject: [PATCH] removed unused code --- fdbclient/StatusClient.actor.cpp | 5 ----- 1 file changed, 5 deletions(-) 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);