Skip to content

Commit

Permalink
Delete unused static field from List (dotnet#110515)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored and hez2010 committed Dec 14, 2024
1 parent 0cbf3a2 commit 8e63d8d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1184,8 +1184,6 @@ public bool TrueForAll(Predicate<T> match)

public struct Enumerator : IEnumerator<T>, IEnumerator
{
internal static IEnumerator<T>? s_emptyEnumerator;

private readonly List<T> _list;
private int _index;
private readonly int _version;
Expand Down

0 comments on commit 8e63d8d

Please sign in to comment.