Skip to content

Commit

Permalink
remove unused varc
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Nov 20, 2024
1 parent a951a5b commit 9c4ae96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/test_scenario.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ where
let payloads = payloads.to_owned();

let mut tasks: Vec<tokio::task::JoinHandle<()>> = vec![];
let num_iterations = payloads.len();

for payload in payloads {
let rpc_client = self.rpc_client.clone();
Expand Down

0 comments on commit 9c4ae96

Please sign in to comment.