diff --git a/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/List.cs b/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/List.cs index 119f06ac9fecf5..2cc980619cf953 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/List.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/List.cs @@ -1184,8 +1184,6 @@ public bool TrueForAll(Predicate match) public struct Enumerator : IEnumerator, IEnumerator { - internal static IEnumerator? s_emptyEnumerator; - private readonly List _list; private int _index; private readonly int _version;