Use common copy of System.Numerics.Hashing.HashHelpers
authorJan Kotas <jkotas@microsoft.com>
Thu, 27 Dec 2018 07:36:20 +0000 (23:36 -0800)
committerJan Kotas <jkotas@microsoft.com>
Fri, 28 Dec 2018 04:37:17 +0000 (18:37 -1000)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/b3cdf9479c46bc3fb73ce2548ba6714c40802ed2

src/libraries/System.Private.CoreLib/src/System/Numerics/Hashing/HashHelpers.cs

index dd405eb..fd9d708 100644 (file)
@@ -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);