Remove another unused decimal icall.
authorZoltan Varga <vargaz@gmail.com>
Tue, 10 Feb 2015 03:40:31 +0000 (22:40 -0500)
committerMarek Safar <marek.safar@gmail.com>
Mon, 2 May 2016 22:07:49 +0000 (00:07 +0200)
mcs/class/referencesource/mscorlib/system/decimal.cs

index 5a3b78e7917021e976de850a18c9e2f15ab746c6..5e5bb6c625803ca2c7490f9bb8af03767b39c74f 100644 (file)
@@ -769,10 +769,10 @@ namespace System {
         [MethodImplAttribute(MethodImplOptions.InternalCall)]
         private static extern void FCallMultiply(ref Decimal d1, ref Decimal d2);
     
-        [System.Security.SecurityCritical]  // auto-generated
-        [ResourceExposure(ResourceScope.None)]
-        [MethodImplAttribute(MethodImplOptions.InternalCall)]
-        private static extern void FCallMultiplyOverflowed(ref Decimal d1, ref Decimal d2, ref bool overflowed);
+        //[System.Security.SecurityCritical]  // auto-generated
+        //[ResourceExposure(ResourceScope.None)]
+        //[MethodImplAttribute(MethodImplOptions.InternalCall)]
+        //private static extern void FCallMultiplyOverflowed(ref Decimal d1, ref Decimal d2, ref bool overflowed);
     
         // Returns the negated value of the given Decimal. If d is non-zero,
         // the result is -d. If d is zero, the result is zero.