summaryrefslogtreecommitdiff
path: root/clr.defines.targets
diff options
context:
space:
mode:
authorJustin Van Patten <jvp@justinvp.com>2017-05-05 16:56:49 -0700
committerJan Kotas <jkotas@microsoft.com>2017-05-05 16:56:49 -0700
commitbb70a71ee1aa9c5ff6b4ff0851a8e622bb23c1ac (patch)
treed38edfb2e50f8411234f9569be06013dd8f21dd5 /clr.defines.targets
parent99143691275477103b8ec0b4bc283b1062ee91fd (diff)
downloadcoreclr-bb70a71ee1aa9c5ff6b4ff0851a8e622bb23c1ac.tar.gz
coreclr-bb70a71ee1aa9c5ff6b4ff0851a8e622bb23c1ac.tar.bz2
coreclr-bb70a71ee1aa9c5ff6b4ff0851a8e622bb23c1ac.zip
Remove ArrayList (#11426)
Also cleanup FEATURE_NONGENERIC_COLLECTIONS while on it.
Diffstat (limited to 'clr.defines.targets')
-rw-r--r--clr.defines.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/clr.defines.targets b/clr.defines.targets
index 2f97c8d681..1dd41f16d6 100644
--- a/clr.defines.targets
+++ b/clr.defines.targets
@@ -18,7 +18,6 @@
<DefineConstants Condition="'$(FeatureMacl)' == 'true'">$(DefineConstants);FEATURE_MACL</DefineConstants>
<DefineConstants Condition="'$(FeatureManagedEtw)' == 'true'">$(DefineConstants);FEATURE_MANAGED_ETW</DefineConstants>
<DefineConstants Condition="'$(FeatureManagedEtwChannels)' == 'true'">$(DefineConstants);FEATURE_MANAGED_ETW_CHANNELS</DefineConstants>
- <DefineConstants Condition="'$(FeatureNongenericCollections)' == 'true'">$(DefineConstants);FEATURE_NONGENERIC_COLLECTIONS</DefineConstants>
<DefineConstants Condition="'$(FeaturePal)' == 'true'">$(DefineConstants);FEATURE_PAL</DefineConstants>
<DefineConstants Condition="'$(FeaturePathCompat)' == 'true'">$(DefineConstants);FEATURE_PATHCOMPAT</DefineConstants>
<DefineConstants Condition="'$(FeatureXplatEventSource)' == 'true'">$(DefineConstants);FEATURE_EVENTSOURCE_XPLAT</DefineConstants>