Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-12-14 17:04:32 +0300
committerMarek Safar <marek.safar@gmail.com>2016-12-19 16:19:30 +0300
commit9d5de96b0f21b3602e7489c8d63c8db3034228fe (patch)
treedaf3f8b835641dab06e7173b7bf47111ff503ead /mcs/class/System.Numerics.Vectors
parent79219ca718a07c3d4fe82d69b2a94dd1366e0314 (diff)
[System.Core] SLE from CoreFX including interpreter
Diffstat (limited to 'mcs/class/System.Numerics.Vectors')
-rw-r--r--mcs/class/System.Numerics.Vectors/SR.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/mcs/class/System.Numerics.Vectors/SR.cs b/mcs/class/System.Numerics.Vectors/SR.cs
index bd6a06aa484..6c04e222d68 100644
--- a/mcs/class/System.Numerics.Vectors/SR.cs
+++ b/mcs/class/System.Numerics.Vectors/SR.cs
@@ -12,11 +12,3 @@ partial class SR
public const string Arg_TypeNotSupported = "Specified type is not supported";
public const string Reflection_MethodNotSupported = "Vector<T>.Count cannot be called via reflection when intrinsics are enabled.";
}
-
-partial class SR
-{
- public static string Format (string message, object data)
- {
- return string.Format (message, data);
- }
-}