Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove obsolete comment.
  • Loading branch information
eskimor committed Oct 24, 2023
commit c320907e135ebd55cabf7b463b7d44375754ff63
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