Skip to content

Commit

Permalink
Removed no longer valid assert
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali committed Oct 24, 2024
1 parent 5cb1695 commit c810319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/hyperqueue/src/server/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ impl State {
}

pub fn add_job(&mut self, job: Job) {
assert!(job.submit_descs.is_empty());
let job_id = job.job_id;
assert!(self.jobs.insert(job_id, job).is_none());
}
Expand Down

0 comments on commit c810319

Please sign in to comment.