Skip to content

Commit

Permalink
Editorial: Drop unused _arrayTypeName_ in Atomics.notify (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck authored and ljharb committed Aug 24, 2021
1 parent de9a783 commit 886cc56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -41386,7 +41386,6 @@ <h1>Atomics.notify ( _typedArray_, _index_, _count_ )</h1>
1. Let _intCount_ be ? ToIntegerOrInfinity(_count_).
1. Let _c_ be max(_intCount_, 0).
1. Let _block_ be _buffer_.[[ArrayBufferData]].
1. Let _arrayTypeName_ be _typedArray_.[[TypedArrayName]].
1. If IsSharedArrayBuffer(_buffer_) is *false*, return *+0*<sub>𝔽</sub>.
1. Let _WL_ be GetWaiterList(_block_, _indexedPosition_).
1. Let _n_ be 0.
Expand Down

0 comments on commit 886cc56

Please sign in to comment.