mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 18:56:00 +08:00
removed unused code
This commit is contained in:
parent
73ad702d14
commit
24c6f7616f
@ -463,11 +463,6 @@ ACTOR Future<StatusObject> statusFetcherImpl( Reference<ClusterConnectionFile> f
|
|||||||
state bool quorum_reachable = false;
|
state bool quorum_reachable = false;
|
||||||
state int coordinatorsFaultTolerance = 0;
|
state int coordinatorsFaultTolerance = 0;
|
||||||
|
|
||||||
if(!clusterInterface) {
|
|
||||||
clusterInterface = Reference<AsyncVar<Optional<ClusterInterface>>>(new AsyncVar<Optional<ClusterInterface>>);
|
|
||||||
state Future<Void> leaderMon = monitorLeader<ClusterInterface>(f, clusterInterface);
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
state int64_t clientTime = time(0);
|
state int64_t clientTime = time(0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user