diff options
author | danmosemsft <danmose@microsoft.com> | 2017-01-23 09:57:57 -0800 |
---|---|---|
committer | danmosemsft <danmose@microsoft.com> | 2017-01-23 10:30:46 -0800 |
commit | 9aecd9e5cbd057ad45244f6d0de0f2c1b7f49d2d (patch) | |
tree | 8b36cd296958e31f9c2dbdea315e378675ec0a44 /clr.defines.targets | |
parent | 9aa0569eff73de4f4a06fe10614dda62cc4b7cfd (diff) | |
download | coreclr-9aecd9e5cbd057ad45244f6d0de0f2c1b7f49d2d.tar.gz coreclr-9aecd9e5cbd057ad45244f6d0de0f2c1b7f49d2d.tar.bz2 coreclr-9aecd9e5cbd057ad45244f6d0de0f2c1b7f49d2d.zip |
Remove disabled FEATURE_METHOD_RENTAL
Diffstat (limited to 'clr.defines.targets')
-rw-r--r-- | clr.defines.targets | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clr.defines.targets b/clr.defines.targets index 1d7e924aa7..cb374e6a5f 100644 --- a/clr.defines.targets +++ b/clr.defines.targets @@ -57,7 +57,6 @@ <CDefines Condition="'$(FeatureMetadataCustomDataSource)' == 'true'">$(CDefines);FEATURE_METADATA_CUSTOM_DATA_SOURCE</CDefines> <CDefines Condition="'$(FeatureMetadataDebuggeeDataSource)' == 'true'">$(CDefines);FEATURE_METADATA_DEBUGGEE_DATA_SOURCE</CDefines> <CDefines Condition="'$(FeatureMetadataVerifyLayouts)' == 'true'">$(CDefines);FEATURE_METADATA_VERIFY_LAYOUTS</CDefines> - <CDefines Condition="'$(FeatureMethodRental)' == 'true'">$(CDefines);FEATURE_METHOD_RENTAL</CDefines> <CDefines Condition="'$(FeatureMixedMode)' == 'true'">$(CDefines);FEATURE_MIXEDMODE</CDefines> <CDefines Condition="'$(FeatureMultiModuleAssemblies)' == 'true'">$(CDefines);FEATURE_MULTIMODULE_ASSEMBLIES</CDefines> <CDefines Condition="'$(FeatureNativeImageGeneration)' == 'true'">$(CDefines);FEATURE_NATIVE_IMAGE_GENERATION</CDefines> @@ -130,7 +129,6 @@ <DefineConstants Condition="'$(FeatureIsostoreLight)' == 'true'">$(DefineConstants);FEATURE_ISOSTORE_LIGHT</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> <DefineConstants Condition="'$(FeatureMultiModuleAssemblies)' == 'true'">$(DefineConstants);FEATURE_MULTIMODULE_ASSEMBLIES</DefineConstants> <DefineConstants Condition="'$(FeatureNongenericCollections)' == 'true'">$(DefineConstants);FEATURE_NONGENERIC_COLLECTIONS</DefineConstants> <DefineConstants Condition="'$(FeatureNormIdnaOnly)' == 'true'">$(DefineConstants);FEATURE_NORM_IDNA_ONLY</DefineConstants> |