Skip to content

Commit

Permalink
Cleanup due to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldug committed Jul 30, 2021
1 parent b517524 commit 7212db4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boa/src/builtins/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,6 @@ impl Array {

// 11. Let A be ? ArraySpeciesCreate(O, actualDeleteCount).
let arr = Self::array_species_create(&o, actual_delete_count as u32, context)?;

// 12. Let k be 0.
// 13. Repeat, while k < actualDeleteCount,
for k in 0..actual_delete_count {
Expand Down

0 comments on commit 7212db4

Please sign in to comment.