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 7d257aa commit bf56d93
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 @@ -1568,7 +1568,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 bf56d93

Please sign in to comment.