Removed comment

This commit is contained in:
vis2k 2018-12-30 17:01:59 +01:00
parent cc56bbd048
commit be9206c27a

View File

@ -5,7 +5,6 @@ public static class Extensions
{ {
// string.GetHashCode is not guaranteed to be the same on all machines, but // string.GetHashCode is not guaranteed to be the same on all machines, but
// we need one that is the same on all machines. simple and stupid: // we need one that is the same on all machines. simple and stupid:
// IMPORTANT: needs to be same one as in Weaver
public static int GetStableHashCode(this string text) public static int GetStableHashCode(this string text)
{ {
unchecked unchecked