Skip to content

Commit

Permalink
Delete unused static field from List (#110515)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Dec 9, 2024
1 parent f8f713e commit 4b3902a
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 4b3902a

Please sign in to comment.