summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-12-21 16:42:51 +0100
committerJan Kotas <jkotas@microsoft.com>2016-12-21 07:42:51 -0800
commitcae79dbd58ccbb1eb3cee9eb551ef6d20b18e821 (patch)
tree0717ecc1109719d964a882e91061cc80569ac06b /clr.coreclr.props
parent14b0b57cd9090080c9f4c35b9702713d0d328905 (diff)
downloadcoreclr-cae79dbd58ccbb1eb3cee9eb551ef6d20b18e821.tar.gz
coreclr-cae79dbd58ccbb1eb3cee9eb551ef6d20b18e821.tar.bz2
coreclr-cae79dbd58ccbb1eb3cee9eb551ef6d20b18e821.zip
Remove FEATURE_BLC_FORMATTING (#8699)
This feature is always defined and the PAL functions that would be used if the feature was not defined are not in PAL anymore.
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 447b302ef2..dc655f73ed 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -8,7 +8,6 @@
<FeatureAppdomainResourceMonitoring>true</FeatureAppdomainResourceMonitoring>
<FeatureArrayStubAsIL Condition="('$(TargetArch)' == 'arm') or ('$(TargetArch)' == 'amd64') or ('$(TargetArch)' == 'arm64')">true</FeatureArrayStubAsIL>
<FeatureStubsAsIL Condition="'$(TargetArch)' == 'arm64'">true</FeatureStubsAsIL>
- <FeatureBclFormatting>true</FeatureBclFormatting>
<FeatureCollectibleTypes>true</FeatureCollectibleTypes>
<FeatureCominteropApartmentSupport>true</FeatureCominteropApartmentSupport>
<FeatureCoreclr>true</FeatureCoreclr>