Remove unwanted loop
This commit is contained in:
parent
5cfeef55d4
commit
a6a1d11b3e
@ -418,8 +418,6 @@ impl BenchmarkRepository
|
||||
active_job_ids.insert(job_id);
|
||||
}
|
||||
|
||||
loop
|
||||
{
|
||||
while !active_job_ids.is_empty()
|
||||
{
|
||||
active_job_ids.retain
|
||||
@ -457,7 +455,6 @@ impl BenchmarkRepository
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests
|
||||
|
Loading…
Reference in New Issue
Block a user