Remove deprecated comment
parent
1f736afe86
commit
f1193743c8
|
@ -171,7 +171,7 @@ namespace Cysharp.Threading.Tasks.Internal
|
||||||
for (int i = 0; i < actionListCount; i++)
|
for (int i = 0; i < actionListCount; i++)
|
||||||
{
|
{
|
||||||
|
|
||||||
var action = actionList[i];//Reduce array bounds check
|
var action = actionList[i];
|
||||||
actionList[i] = null;
|
actionList[i] = null;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue