Skip to content

Commit 94cc2dc

Browse files
committed
remove unnecessary arc clone
1 parent 8368fdd commit 94cc2dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ impl Node {
259259
return;
260260
}
261261
_ = interval.tick() => {
262-
let gossip_sync_logger = Arc::clone(&gossip_sync_logger);
263262
let now = Instant::now();
264263
match gossip_source.update_rgs_snapshot().await {
265264
Ok(updated_timestamp) => {

0 commit comments

Comments
 (0)