Remove deprecated comment

This commit is contained in:
RamType0
2020-09-01 11:53:10 +09:00
parent 1f736afe86
commit f1193743c8

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
{