Skip to content

Commit 226a0c8

Browse files
authored
Remove commented TaskStatus.Blocked (#97369)
1 parent 979a94b commit 226a0c8

File tree

1 file changed

+0
-4
lines changed
  • src/libraries/System.Private.CoreLib/src/System/Threading/Tasks

1 file changed

+0
-4
lines changed

src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public enum TaskStatus
4141
/// The task is running but has not yet completed.
4242
/// </summary>
4343
Running,
44-
// /// <summary>
45-
// /// The task is currently blocked in a wait state.
46-
// /// </summary>
47-
// Blocked,
4844
/// <summary>
4945
/// The task has finished executing and is implicitly waiting for
5046
/// attached child tasks to complete.

0 commit comments

Comments
 (0)