Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit bb70a71

Browse files
justinvpjkotas
authored andcommitted
Remove ArrayList (#11426)
Also cleanup FEATURE_NONGENERIC_COLLECTIONS while on it.
1 parent 9914369 commit bb70a71

File tree

6 files changed

+0
-660
lines changed

6 files changed

+0
-660
lines changed

clr.defines.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<DefineConstants Condition="'$(FeatureMacl)' == 'true'">$(DefineConstants);FEATURE_MACL</DefineConstants>
1919
<DefineConstants Condition="'$(FeatureManagedEtw)' == 'true'">$(DefineConstants);FEATURE_MANAGED_ETW</DefineConstants>
2020
<DefineConstants Condition="'$(FeatureManagedEtwChannels)' == 'true'">$(DefineConstants);FEATURE_MANAGED_ETW_CHANNELS</DefineConstants>
21-
<DefineConstants Condition="'$(FeatureNongenericCollections)' == 'true'">$(DefineConstants);FEATURE_NONGENERIC_COLLECTIONS</DefineConstants>
2221
<DefineConstants Condition="'$(FeaturePal)' == 'true'">$(DefineConstants);FEATURE_PAL</DefineConstants>
2322
<DefineConstants Condition="'$(FeaturePathCompat)' == 'true'">$(DefineConstants);FEATURE_PATHCOMPAT</DefineConstants>
2423
<DefineConstants Condition="'$(FeatureXplatEventSource)' == 'true'">$(DefineConstants);FEATURE_EVENTSOURCE_XPLAT</DefineConstants>

src/mscorlib/Resources/Strings.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,9 +1628,6 @@
16281628
<data name="ArgumentOutOfRange_ArrayLBAndLength" xml:space="preserve">
16291629
<value>Higher indices will exceed Int32.MaxValue because of large lower bound and/or length.</value>
16301630
</data>
1631-
<data name="ArgumentOutOfRange_ArrayListInsert" xml:space="preserve">
1632-
<value>Insertion index was out of range. Must be non-negative and less than or equal to size.</value>
1633-
</data>
16341631
<data name="ArgumentOutOfRange_BadHourMinuteSecond" xml:space="preserve">
16351632
<value>Hour, Minute, and Second parameters describe an un-representable DateTime.</value>
16361633
</data>

src/mscorlib/System.Private.CoreLib.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
<Compile Include="$(BclSourcesRoot)\System\Runtime\GcSettings.cs" />
153153
</ItemGroup>
154154
<ItemGroup>
155-
<Compile Include="$(BclSourcesRoot)\System\Collections\ArrayList.cs" />
156155
<Compile Include="$(BclSourcesRoot)\System\Collections\Comparer.cs" />
157156
<Compile Include="$(BclSourcesRoot)\System\Collections\CompatibleComparer.cs" />
158157
<Compile Include="$(BclSourcesRoot)\System\Collections\ListDictionaryInternal.cs" />

0 commit comments

Comments
 (0)