Remove deprecated comment

master
RamType0 2020-09-01 11:53:10 +09:00
parent 1f736afe86
commit f1193743c8
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ namespace Cysharp.Threading.Tasks.Internal
for (int i = 0; i < actionListCount; i++)
{
var action = actionList[i];//Reduce array bounds check
var action = actionList[i];
actionList[i] = null;
try
{