summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2017-08-27 23:51:22 -0700
committerGitHub <noreply@github.com>2017-08-27 23:51:22 -0700
commit5c07c5aa98f8a088bf25099f1ab2d38b59ea5478 (patch)
treecca21075b126112fef646b28ff646cf9f5313516 /clr.coreclr.props
parent0db6d91ec163eb2ddc005d141fe13ee0df267af0 (diff)
downloadcoreclr-5c07c5aa98f8a088bf25099f1ab2d38b59ea5478.tar.gz
coreclr-5c07c5aa98f8a088bf25099f1ab2d38b59ea5478.tar.bz2
coreclr-5c07c5aa98f8a088bf25099f1ab2d38b59ea5478.zip
Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)
* Remove always defined FEATURE_RANDOMIZE_STRING_HASHING * Fully remove randomized hashing * Leftovers * Remove additionalEntropy from HashSortKey as it was always 0 * Remove additionalEntropy from HashString as it was always 0 * Change to private, as not in fact called by reflection in .NET Core * Fix build break due to FCDECLn * Revert removed QCALL * Remove unused strlen parameter
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 4a71b0a046..6d3538c341 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -45,7 +45,6 @@
<FeatureCominteropWinRTManagedActivation>true</FeatureCominteropWinRTManagedActivation>
<FeatureLazyCOWPages Condition="('$(TargetArch)' == 'i386') or ('$(TargetArch)' == 'arm')">true</FeatureLazyCOWPages>
<FeatureLegacyNetCFDbgHostControl>true</FeatureLegacyNetCFDbgHostControl>
- <FeatureRandomizedStringHashing>true</FeatureRandomizedStringHashing>
<!-- The rejit feature is available only on supported architectures (x86 & x64) -->
<FeatureReJIT Condition="('$(TargetArch)' == 'i386') or ('$(TargetArch)' == 'amd64')">true</FeatureReJIT>
<FeatureManagedEtw>false</FeatureManagedEtw>