From: Jan Kotas Date: Thu, 27 Dec 2018 07:36:20 +0000 (-0800) Subject: Use common copy of System.Numerics.Hashing.HashHelpers X-Git-Tag: submit/tizen/20210909.063632~11030^2~2990 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc44ff3706cdf411999fc4e465ce3d90b3cf5186;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Use common copy of System.Numerics.Hashing.HashHelpers Signed-off-by: dotnet-bot Commit migrated from https://github.com/dotnet/coreclr/commit/b3cdf9479c46bc3fb73ce2548ba6714c40802ed2 --- diff --git a/src/libraries/System.Private.CoreLib/src/System/Numerics/Hashing/HashHelpers.cs b/src/libraries/System.Private.CoreLib/src/System/Numerics/Hashing/HashHelpers.cs index dd405eb..fd9d708 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Numerics/Hashing/HashHelpers.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Numerics/Hashing/HashHelpers.cs @@ -4,8 +4,6 @@ namespace System.Numerics.Hashing { - // Please change the corresponding file in corefx if this is changed. - internal static class HashHelpers { public static readonly int RandomSeed = new Random().Next(int.MinValue, int.MaxValue);