summaryrefslogtreecommitdiff
path: root/clr.defines.targets
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-01-23 09:54:24 -0800
committerdanmosemsft <danmose@microsoft.com>2017-01-23 10:30:41 -0800
commite5573d3066a436f16b5cd66b75470df05d8ce70a (patch)
tree23d30bf33cd29968d8cc9bcc5d9407172849af60 /clr.defines.targets
parentfaa969a2ccbfa0d2cecf9a177747b2149733061e (diff)
downloadcoreclr-e5573d3066a436f16b5cd66b75470df05d8ce70a.tar.gz
coreclr-e5573d3066a436f16b5cd66b75470df05d8ce70a.tar.bz2
coreclr-e5573d3066a436f16b5cd66b75470df05d8ce70a.zip
Remove disabled FEATURE_LEAK_CULTURE_INFO
Diffstat (limited to 'clr.defines.targets')
-rw-r--r--clr.defines.targets2
1 files changed, 0 insertions, 2 deletions
diff --git a/clr.defines.targets b/clr.defines.targets
index 67950259f2..1d7e924aa7 100644
--- a/clr.defines.targets
+++ b/clr.defines.targets
@@ -40,7 +40,6 @@
<CDefines Condition="'$(FeatureIsostoreLight)' == 'true'">$(CDefines);FEATURE_ISOSTORE_LIGHT</CDefines>
<CDefines Condition="'$(FeatureIsymReader)' == 'true'">$(CDefines);FEATURE_ISYM_READER</CDefines>
<CDefines Condition="'$(FeatureLazyCOWPages)' == 'true'">$(CDefines);FEATURE_LAZY_COW_PAGES</CDefines>
- <CDefines Condition="'$(FeatureLeakCultureInfo)' == 'true'">$(CDefines);FEATURE_LEAK_CULTURE_INFO</CDefines>
<CDefines Condition="'$(FeatureLegacyNetCFDbgHostControl)' == 'true'">$(CDefines);FEATURE_LEGACYNETCF_DBG_HOST_CONTROL</CDefines>
<CDefines Condition="'$(FeatureMacl)' == 'true'">$(CDefines);FEATURE_MACL</CDefines>
<CDefines Condition="'$(FeatureManagedEtw)' == 'true'">$(CDefines);FEATURE_MANAGED_ETW</CDefines>
@@ -129,7 +128,6 @@
<DefineConstants Condition="'$(FeatureIsolatedStorageQuotaEnforcement)' == 'true'">$(DefineConstants);FEATURE_ISOLATED_STORAGE_QUOTA_ENFORCEMENT</DefineConstants>
<DefineConstants Condition="'$(FeatureIsostore)' == 'true'">$(DefineConstants);FEATURE_ISOSTORE</DefineConstants>
<DefineConstants Condition="'$(FeatureIsostoreLight)' == 'true'">$(DefineConstants);FEATURE_ISOSTORE_LIGHT</DefineConstants>
- <DefineConstants Condition="'$(FeatureLeakCultureInfo)' == 'true'">$(DefineConstants);FEATURE_LEAK_CULTURE_INFO</DefineConstants>
<DefineConstants Condition="'$(FeatureMacl)' == 'true'">$(DefineConstants);FEATURE_MACL</DefineConstants>
<DefineConstants Condition="'$(FeatureManagedEtw)' == 'true'">$(DefineConstants);FEATURE_MANAGED_ETW</DefineConstants>
<DefineConstants Condition="'$(FeatureMethodRental)' == 'true'">$(DefineConstants);FEATURE_METHOD_RENTAL</DefineConstants>