Skip to content

Commit

Permalink
Remove obsolete comment. (#2008)
Browse files Browse the repository at this point in the history
it is indeed correct.

Co-authored-by: eskimor <eskimor@no-such-url.com>
  • Loading branch information
eskimor and eskimor authored Oct 24, 2023
1 parent 0284e21 commit 12130a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion polkadot/runtime/parachains/src/scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ impl<T: Config> Pallet<T> {
None
},
Ok((pos_in_claimqueue, pe)) => {
// is this correct?
availability_cores[core_idx.0 as usize] = CoreOccupied::Paras(pe);

Some((*core_idx, pos_in_claimqueue))
Expand Down

0 comments on commit 12130a7

Please sign in to comment.