2003-04-18 Zoltan Varga <vargaz@freemail.hu>
authorZoltan Varga <vargaz@gmail.com>
Fri, 18 Apr 2003 20:29:04 +0000 (20:29 -0000)
committerZoltan Varga <vargaz@gmail.com>
Fri, 18 Apr 2003 20:29:04 +0000 (20:29 -0000)
* RuntimeHelpers.cs: Back out these changes as they break the windows
build.

svn path=/trunk/mcs/; revision=13779

mcs/class/corlib/System.Runtime.CompilerServices/ChangeLog
mcs/class/corlib/System.Runtime.CompilerServices/RuntimeHelpers.cs

index 18d2a2d75328522060bb963df25def12b92bb2ce..cbb7862a259d5ec956ad9323f6fe23a8b8d5d3f3 100644 (file)
@@ -1,7 +1,12 @@
+2003-04-18  Zoltan Varga  <vargaz@freemail.hu>\r
+\r
+       * RuntimeHelpers.cs: Back out these changes as they break the windows\r
+       build.\r
+       \r
 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>\r
 \r
        * RuntimeHelpers.cs: Implement Equals and GetHashCode methods from\r
-       NET 1.1.\r
+       NET 1.1.        \r
 \r
 2002-09-21  Zoltan Varga  <vargaz@freemail.hu>\r
 \r
index 75766f88c7ca60fbd21f8ab57f8877f3ee14bd7c..4fe784efd9d5da82e08af9a757b389056c7e7feb 100644 (file)
@@ -27,6 +27,7 @@ namespace System.Runtime.CompilerServices
                        }
                }
 
+               /*
                public static int GetHashCode (object o) {
                        return Object.InternalGetHashCode (o);
                }
@@ -47,6 +48,7 @@ namespace System.Runtime.CompilerServices
                        else
                                return Object.Equals (o1, o2);
                }
+               */
 
                [MethodImplAttribute(MethodImplOptions.InternalCall)]
                public static extern object GetObjectValue (object obj);