1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-31 10:14:52 +08:00

removed unused code

This commit is contained in:
Evan Tschannen 2020-02-20 11:57:54 -08:00
parent 73ad702d14
commit 24c6f7616f

@ -463,11 +463,6 @@ ACTOR Future<StatusObject> statusFetcherImpl( Reference<ClusterConnectionFile> f
state bool quorum_reachable = false;
state int coordinatorsFaultTolerance = 0;
if(!clusterInterface) {
clusterInterface = Reference<AsyncVar<Optional<ClusterInterface>>>(new AsyncVar<Optional<ClusterInterface>>);
state Future<Void> leaderMon = monitorLeader<ClusterInterface>(f, clusterInterface);
}
try {
state int64_t clientTime = time(0);